Skip to content

Commit 6ec4d69

Browse files
committed
fix: explitc header
1 parent f7e9ad3 commit 6ec4d69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/cpp/tests/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ add_executable(svs_runtime_tests
3131
test_version_namespace.cpp
3232
)
3333

34+
target_include_directories(svs_runtime_tests PRIVATE
35+
${CMAKE_CURRENT_SOURCE_DIR}/../include
36+
)
37+
3438
target_link_libraries(svs_runtime_tests PRIVATE
3539
svs_runtime
3640
Catch2::Catch2WithMain

0 commit comments

Comments
 (0)