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 f680c21 commit bff1f59Copy full SHA for bff1f59
src/client/test/CMakeLists.txt
@@ -68,11 +68,11 @@ if(NOT EMSCRIPTEN)
68
69
add_executable(CmwLightTest catch_main.cpp CmwLightTest.cpp)
70
target_link_libraries(
71
- CmwLightTest
72
- PUBLIC opencmw_project_warnings
73
- opencmw_project_options
74
- Catch2::Catch2
75
- client)
+ CmwLightTest
+ PUBLIC opencmw_project_warnings
+ opencmw_project_options
+ Catch2::Catch2
+ client)
76
target_include_directories(CmwLightTest PRIVATE ${CMAKE_SOURCE_DIR})
77
catch_discover_tests(CmwLightTest)
78
endif()
0 commit comments