We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e353e commit af01ca4Copy full SHA for af01ca4
src/lib/cooperation/libvnc.cmake
@@ -15,6 +15,9 @@ if(NOT TARGET libVNC)
15
# adds a source subdir with specifying a build output dir
16
add_subdirectory(${libvnc_src_DIR} ${libvnc_build_DIR})
17
# need to add the build dir to include dirs as well because of generated rfbconfig.h
18
- include_directories(${libvnc_src_DIR}/include)
+ include_directories(
19
+ ${libvnc_src_DIR}/include
20
+ ${libvnc_build_DIR}/include
21
+ )
22
23
endif()
0 commit comments