Skip to content

Commit 065eecf

Browse files
committed
Fix cmake
1 parent 969a5fb commit 065eecf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ endif()
2929

3030
target_include_directories(${SCOPESOURCE} PUBLIC
3131
${CMAKE_CURRENT_SOURCE_DIR}
32+
)
33+
34+
target_include_directories(${SCOPESOURCE} SYSTEM PUBLIC
3235
${CMAKE_CURRENT_SOURCE_DIR}/../libraries
3336
)
3437

0 commit comments

Comments
 (0)