]> Creatis software - clitk.git/commitdiff
Use vvLib also without testing activated
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 17 May 2011 13:32:47 +0000 (15:32 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 17 May 2011 13:32:47 +0000 (15:32 +0200)
vv/CMakeLists.txt

index 4d5c36b1292e1c1ad4398697ccb3daae66aceebe..90b3a69e673f6104b278c7b1b42239a148cf3629 100644 (file)
@@ -201,10 +201,9 @@ SET(foundationLibraries clitkCommon ${ITK_LIBRARIES} QVTK vtkHybrid)
 SET(vvExternalLibs clitkSegmentationGgoLib clitkDicomRTStruct ${toolLibs} ${foundationLibraries} CACHE INTERNAL DOCSTRING)
 ADD_EXECUTABLE(vv ${vv_SRCS} vv.cxx ${vv_UI_CXX} ${EXE_ICON})
 ADD_DEPENDENCIES(vv clitkSegmentationGgoLib)
-IF(BUILD_TESTING)
-  target_link_libraries(vv ${vvExternalLibs})
-  add_library(vvLib ${vv_SRCS} vv.cxx ${vv_UI_CXX} ${EXE_ICON})
-ENDIF(BUILD_TESTING)
+target_link_libraries(vv ${vvExternalLibs})
+add_library(vvLib ${vv_SRCS} vv.cxx ${vv_UI_CXX} ${EXE_ICON})
+
 #=========================================================
 # Install options (also used by CPack)
 IF(UNIX AND NOT APPLE)
@@ -263,4 +262,4 @@ INCLUDE(CPack)
 #=========================================================
 #=========================================================
 configure_file(vvCommon.h.in vvCommon.h)
-#=========================================================
\ No newline at end of file
+#=========================================================