diff --git a/CMakeLists.txt b/CMakeLists.txt index 17504fdae3f08774795d5a3808265d9ea742b19f..9329ae3ae696c5cdabb54b5cb29177a6f1155458 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt") add_executable(tests $<TARGET_OBJECTS:common> ${test_main_SRC} - ${test_SRC} test/Services/EventReportService.cpp) + ${test_SRC}) target_link_libraries(tests Catch2::Catch2) ENDIF()