Skip to content

Commit f12910c

Browse files
authored
Update CMakeLists.txt
1 parent 77d89a0 commit f12910c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ set(${PROJECT_NAME}_VERSION_STRING "v${${PROJECT_NAME}_VERSION}")
2525
hunter_add_package(OpenSSL)
2626
find_package(OpenSSL REQUIRED)
2727

28+
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
2829
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/)
2930

3031
file(GLOB GLOOX_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")

0 commit comments

Comments
 (0)