We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d89a0 commit f12910cCopy full SHA for f12910c
CMakeLists.txt
@@ -25,6 +25,7 @@ set(${PROJECT_NAME}_VERSION_STRING "v${${PROJECT_NAME}_VERSION}")
25
hunter_add_package(OpenSSL)
26
find_package(OpenSSL REQUIRED)
27
28
+include_directories(${CMAKE_CURRENT_SOURCE_DIR})
29
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/)
30
31
file(GLOB GLOOX_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
0 commit comments