Skip to content
Snippets Groups Projects
Commit 672fd883 authored by Grigoris Pavlakis's avatar Grigoris Pavlakis Committed by kongr45gpen
Browse files

Remove a redundant reference to FunctionManagementService from CMakeLists.txt

parent 3afabc14
No related branches found
No related tags found
No related merge requests found
......@@ -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 ()
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