X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fvv%2FCMakeLists.txt;h=24e1d3a9c0f2381714192bff1075ef2d9d5f5823;hb=8eaf0a647fec2440abf6064d78d3eab735aa90c6;hp=492e8f7c84a605a00a4082fa8b9df91307c593b1;hpb=20b024a1acc712ffbd3aeb5628c4f9cb41b51fb4;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})