Skip to content

Commit f69ffa2

Browse files
authored
Support include a little better i guess (#9)
2 parents 00d2d0c + f835dfa commit f69ffa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ endforeach()
4444
foreach (target ${RELEASE_TARGETS} ${TEST_TARGETS} ${DEBUG_TARGETS})
4545
target_include_directories(${target} PUBLIC src)
4646
target_link_libraries(${target} PRIVATE ${PACKAGES})
47+
target_include_directories(${target} PUBLIC src/include)
4748
endforeach()

0 commit comments

Comments
 (0)