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 f2746ae commit 18138e4Copy full SHA for 18138e4
examples/CMakeLists.txt
@@ -7,4 +7,5 @@ message("Examples to be built: ${ALL_EXAMPLES}")
7
foreach(example ${ALL_EXAMPLES})
8
add_executable(${example})
9
target_sources(${example} PRIVATE ${example}.cpp)
10
+ target_include_directories(${exxswample} PRIVATE ${CMAKE_SOURCE_DIR}/include)
11
endforeach()
0 commit comments