Skip to content

Commit 50f5e84

Browse files
committed
Minor
1 parent c7e4257 commit 50f5e84

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

beacon/tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_executable(beacon_unit_tests
1212

1313
target_link_libraries(beacon_unit_tests
1414
Catch2::Catch2WithMain
15+
Catch2::Catch2
1516
nlohmann_json::nlohmann_json
1617
SocketHandler
1718
PipeHandler

listener/tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ add_executable(listener_unit_tests
1616

1717
target_link_libraries(listener_unit_tests
1818
Catch2::Catch2WithMain
19+
Catch2::Catch2
1920
nlohmann_json::nlohmann_json
2021
${additionalLib})
2122

0 commit comments

Comments
 (0)