We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923d662 commit 713ecfeCopy full SHA for 713ecfe
1 file changed
CMakeLists.txt
@@ -218,6 +218,7 @@ set_target_properties(netconf2 PROPERTIES VERSION ${LIBNETCONF2_SOVERSION_FULL}
218
219
# include repository files with highest priority
220
include_directories(${PROJECT_BINARY_DIR}/src)
221
+include_directories(${PROJECT_BINARY_DIR}/include)
222
223
# dependencies - pthread
224
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
0 commit comments