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 929e04f commit 1dd310aCopy full SHA for 1dd310a
tests/CMakeLists.txt
@@ -21,7 +21,7 @@ foreach(testname ${ALL_TESTNAMES})
21
add_executable(test.${testname})
22
target_sources(test.${testname} PRIVATE ${testname}.test.cpp)
23
target_include_directories(test.${testname} PRIVATE ${CMAKE_SOURCE_DIR}/include)
24
- target_link_libraries(test.{testname} PRIVATE Catch2::Catch2WithMain)
+ target_link_libraries(test.${testname} PRIVATE Catch2::Catch2WithMain)
25
endforeach()
26
27
0 commit comments