]> Creatis software - creaBruker.git/blobdiff - appli/CMakeLists.txt
Ass some comments
[creaBruker.git] / appli / CMakeLists.txt
index 6d4daf32176727065fd99463738f4b9c98c4763a..fce393219bd36e66da0c7cfd796d02e327ca1214 100644 (file)
@@ -1,7 +1,9 @@
-# Add a SUBDIRS command for each of your applications
+# Add a SUBDIRS command for each one of your applications
 # SUBDIRS(MyApp1)
 # SUBDIRS(MyApp2)
-SUBDIRS(
+if(USE_GDCM)
+
+
 # ==> 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
@@ -12,13 +14,19 @@ SUBDIRS(
 # ==> Depending on the use or not of Wx,
 # ==> You will dupplicate WithWx or WithoutWx
 #
-   #essaiDenis 
-   PrintParameterFile
-   #exObjectVaryingProperties
-   testBruker2Dicom
-   #Dcm2VtkImageData
-   #appli1_WithoutWx
-   #appli2_WithWx
+
+#ADD_SUBDIRECTORY( essaiDenis )
+#ADD_SUBDIRECTORY( PrintParameterFile)
+#ADD_SUBDIRECTORY( exObjectVaryingProperties)
+ADD_SUBDIRECTORY( testBruker2Dicom)
+#ADD_SUBDIRECTORY( Dcm2VtkImageData)
+#ADD_SUBDIRECTORY( appli1_WithoutWx)
+#ADD_SUBDIRECTORY( appli2_WithWx)
    
-   # some more directories, if you have more appli
-)
+# some more directories, if you have more appli
+
+
+endif(USE_GDCM)  
+
+# /// TODO : convert usefull (?) appli to GDCM2 
+