Skip to content
Snippets Groups Projects
Commit 2d6343dd authored by athatheocsd's avatar athatheocsd
Browse files

Removed useless cod ein CMakeLists.txt

parent 0821d708
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,7 @@ add_library(common OBJECT ...@@ -26,8 +26,7 @@ add_library(common OBJECT
src/Services/RequestVerificationService.cpp src/Services/RequestVerificationService.cpp
src/Services/TestService.cpp src/Services/TestService.cpp
src/Services/TimeManagementService.cpp src/Services/TimeManagementService.cpp
inc/Services/EventActionService.hpp src/Services/EventActionService.cpp
src/Services/EventActionService.cpp
) )
# Specify the .cpp files for the executables # Specify the .cpp files for the executables
...@@ -46,6 +45,6 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt") ...@@ -46,6 +45,6 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt")
add_executable(tests add_executable(tests
$<TARGET_OBJECTS:common> $<TARGET_OBJECTS:common>
${test_main_SRC} ${test_main_SRC}
${test_SRC} test/Services/EventActionService.cpp) )
target_link_libraries(tests Catch2::Catch2) target_link_libraries(tests Catch2::Catch2)
ENDIF () ENDIF ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment