Skip to content
Snippets Groups Projects
Commit 40708554 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] add extension to fix CMP0115

parent 2b4915e4
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ SET(${PROJECT_NAME}_TESTS
)
FOREACH(test ${${PROJECT_NAME}_TESTS})
ADD_UNIT_TEST("${test}" "test-${test}")
ADD_UNIT_TEST("${test}" "test-${test}.cpp")
TARGET_LINK_LIBRARIES(${test} ${PROJECT_NAME})
ENDFOREACH(test)
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