X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fvv%2FCMakeLists.txt;h=24e1d3a9c0f2381714192bff1075ef2d9d5f5823;hb=9c2eac98fa5e9a48f3566aeb4e07d5052ee3cf89;hp=492e8f7c84a605a00a4082fa8b9df91307c593b1;hpb=49ae46d2b5aed3962b711b76b93ebb739baa1d30;p=clitk.git diff --git a/tests/vv/CMakeLists.txt b/tests/vv/CMakeLists.txt index 492e8f7..24e1d3a 100644 --- a/tests/vv/CMakeLists.txt +++ b/tests/vv/CMakeLists.txt @@ -15,7 +15,7 @@ include_directories( FILE(GLOB srcs *.cxx) ADD_EXECUTABLE(vvTest ${srcs}) -target_link_libraries(vvTest vvLib ${vvExternalLibs} gtest) +target_link_libraries(vvTest vvLib gtest) # Add all tests found in the source code, calling the executable to run them add_google_tests ( ${EXECUTABLE_OUTPUT_PATH}/vvTest ${srcs})