Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
guest /
shared /
cmake /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxrwxrwx
2023-02-13 09:57
CMakeLists - Kopya.txt
1.58
KB
-rwxrwxrwx
2022-12-06 04:11
CMakeLists.txt
1
KB
-rwxrwxrwx
2022-12-08 13:51
Save
Rename
cmake_minimum_required(VERSION 3.4.1) project(myApp VERSION 1.0 DESCRIPTION "a brief cmake experiment." LANGUAGES CXX ) find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Network Xml) find_package(Qt${QT_VERSION_MAJOR} 5.9.2 REQUIRED COMPONENTS Core Network Xml) #find_package(QXmpp REQUIRED) find_library(FF qxmpp) message(FATAL_ERROR ${FF}) #include_directories(${QXmpp_DIR}) #include(QXmpp) add_executable(myApp src/main.cpp) target_link_libraries(myApp PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Network Qt${QT_VERSION_MAJOR}::Xml ) #target_link_libraries(myApp PRIVATE QXmpp) target_compile_features(myApp PRIVATE cxx_std_20) target_compile_definitions(myApp PRIVATE USE_NEW_AUDIO_ENGINE) if (CMAKE_SYSTEM_NAME STREQUAL "Windows") target_compile_options(myApp PRIVATE /W4) elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux") target_compile_options(myApp PRIVATE -Wall -Wextra -Wpedantic) elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin") # other macOS-specific flags for Clang endif() #list(APPEND CMAKE_MODULE_PATH "/root/qxmpp/cmake") #include_directories("${QXmpp_DIR}") #find_package(QXmpp 1.4 REQUIRED) #target_link_libraries(myApp PUBLİC QXmpp) #include_directories(/usr/local/include/qxmpp) #message(FATAL_ERROR ${PROJECT_SOURCE_DIR}) #if (LIBRARY_QXMPP) # target_link_libraries(myApp PRIVATE ${LIBRARY_QXMPP}) # message(FATAL_ERROR ${LIBRARY_QXMPP}) #else() # # throw an error or enable compilation without the library # message(FATAL_ERROR "bulunmadi") #endif()