]> Creatis software - creaBruker.git/blobdiff - appli/CMakeLists.txt
*** empty log message ***
[creaBruker.git] / appli / CMakeLists.txt
index 83cb90c0b6917a0267b1441b80a024985eebdc3d..7aa1a0b487fe1ba154e7e9db275ca7b481465b1c 100644 (file)
@@ -1,5 +1,9 @@
+# Add a SUBDIRS command for each one of your applications
+# SUBDIRS(MyApp1)
+# SUBDIRS(MyApp2)
+if(USE_GDCM)
+
 
-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
@@ -10,14 +14,19 @@ SUBDIRS(
 # ==> Depending on the use or not of Wx,
 # ==> You will dupplicate WithWx or WithoutWx
 #
-   essaiDenis
-   #SimpleBrukerToMhdDcm      
-   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 
+