We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969a5fb commit 065eecfCopy full SHA for 065eecf
1 file changed
src/CMakeLists.txt
@@ -29,6 +29,9 @@ endif()
29
30
target_include_directories(${SCOPESOURCE} PUBLIC
31
${CMAKE_CURRENT_SOURCE_DIR}
32
+)
33
+
34
+target_include_directories(${SCOPESOURCE} SYSTEM PUBLIC
35
${CMAKE_CURRENT_SOURCE_DIR}/../libraries
36
)
37
0 commit comments