Skip to content
Snippets Groups Projects
Unverified Commit d3225747 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: Fix rebase issue

parent 902d303c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ config_files(fcl_resources/config.h)
function(add_coal_test test_name source)
set(target_name ${PROJECT_NAME}-${test_name})
ADD_UNIT_TEST(${test_name} ${source})
ADD_UNIT_TEST(${target_name} ${source})
target_link_libraries(${target_name}
PUBLIC
${LIBRARY_NAME}
......
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