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 1d3ab56 commit 97cbfc3Copy full SHA for 97cbfc3
tests/beman/scope/CMakeLists.txt
@@ -14,7 +14,10 @@ target_sources(beman.scope.tests.scope PRIVATE scope.test.cpp)
14
15
target_link_libraries(beman.scope.tests.scope PRIVATE Catch2::Catch2WithMain)
16
17
-target_include_directories(beman.scope.tests.scope PRIVATE ${CMAKE_SOURCE_DIR}/include)
+target_include_directories(
18
+ beman.scope.tests.scope
19
+ PRIVATE ${CMAKE_SOURCE_DIR}/include
20
+)
21
22
include(CTest)
23
include(Catch)
0 commit comments