Skip to content
Snippets Groups Projects
Verified Commit 87c0c584 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: remove useless lines

parent a93c5d5a
No related branches found
No related tags found
No related merge requests found
config_files(fcl_resources/config.h)
macro(add_fcl_template_test test_name)
add_executable(${ARGV})
target_link_libraries(${test_name}
PUBLIC
Boost::unit_test_framework
)
add_test(${test_name} ${EXECUTABLE_OUTPUT_PATH}/${test_name})
endmacro(add_fcl_template_test)
macro(add_fcl_test test_name)
add_executable(${ARGV})
target_link_libraries(${test_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