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 c7e4257 commit 50f5e84Copy full SHA for 50f5e84
beacon/tests/CMakeLists.txt
@@ -12,6 +12,7 @@ add_executable(beacon_unit_tests
12
13
target_link_libraries(beacon_unit_tests
14
Catch2::Catch2WithMain
15
+ Catch2::Catch2
16
nlohmann_json::nlohmann_json
17
SocketHandler
18
PipeHandler
listener/tests/CMakeLists.txt
@@ -16,6 +16,7 @@ add_executable(listener_unit_tests
target_link_libraries(listener_unit_tests
19
20
21
${additionalLib})
22
0 commit comments