diff --git a/CMakeLists.txt b/CMakeLists.txt index e675cca234cdf896f527f521f63b7769b7ba1314..6752c03c55dd1fdc8dfc5797154f4f8938502bd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,6 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt") add_executable(tests $<TARGET_OBJECTS:common> ${test_main_SRC} - ${test_SRC} test/Services/FunctionManagementService.cpp) + ${test_SRC}) target_link_libraries(tests Catch2::Catch2) ENDIF ()