]> Creatis software - creaBruker.git/commitdiff
Comment out generation of now useless testBruker2Dicom and PrintParameterFile
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 8 Dec 2010 09:54:33 +0000 (09:54 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 8 Dec 2010 09:54:33 +0000 (09:54 +0000)
appli/CMakeLists.txt

index 31c6a7c6bbb3f2d1a6a1da1009ed730c4cd7a244..2f3004fedc6215066fd7fb5d33b7781dd45c2ded 100644 (file)
@@ -1,8 +1,8 @@
-# Add a ADD_SUBDIRECTORY command for each one of your applications
-# ADD_SUBDIRECTORY(MyApp1)
-# ADD_SUBDIRECTORY(MyApp2)
+# Add a SUBDIRS command for each one of your applications
+# SUBDIRS(MyApp1)
+# SUBDIRS(MyApp2)
 if(USE_GDCM)
-ADD_SUBDIRECTORY(
+SUBDIRS(
 # ==> mettez ici la liste des directories qui contiennent 
 # ==> les fichiers sources de chacune de vos applications
 # ==> Selon que l'application utilise ou non wX, vous duppliquerez
@@ -14,9 +14,9 @@ ADD_SUBDIRECTORY(
 # ==> You will dupplicate WithWx or WithoutWx
 #
    #essaiDenis 
-   PrintParameterFile
+    #PrintParameterFile
    #exObjectVaryingProperties
-   testBruker2Dicom
+    #testBruker2Dicom
    #Dcm2VtkImageData
    #appli1_WithoutWx
    #appli2_WithWx