Skip to content
Snippets Groups Projects
Commit 348e21e6 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Removed the EXTRA_LIBRARIES.

parent b082be17
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,7 @@ FOREACH(test_name ${tests}) ...@@ -23,8 +23,7 @@ FOREACH(test_name ${tests})
LINK_DIRECTORIES(${${PROJECT_NAME}_BINARY_DIR}/lib) LINK_DIRECTORIES(${${PROJECT_NAME}_BINARY_DIR}/lib)
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME}
${PROJECT_NAME} ${PROJECT_NAME})
${EXTRA_LIBRARIES})
ADD_TEST(NAME ${test_name} COMMAND ${test_name}) ADD_TEST(NAME ${test_name} COMMAND ${test_name})
ENDFOREACH(test_name) ENDFOREACH(test_name)
\ No newline at end of file
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