We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d2d0c + f835dfa commit f69ffa2Copy full SHA for f69ffa2
1 file changed
CMakeLists.txt
@@ -44,4 +44,5 @@ endforeach()
44
foreach (target ${RELEASE_TARGETS} ${TEST_TARGETS} ${DEBUG_TARGETS})
45
target_include_directories(${target} PUBLIC src)
46
target_link_libraries(${target} PRIVATE ${PACKAGES})
47
+ target_include_directories(${target} PUBLIC src/include)
48
endforeach()
0 commit comments