]> Creatis software - creaBruker.git/blobdiff - appli/CMakeLists.txt
don't add wxwidgets.
[creaBruker.git] / appli / CMakeLists.txt
index 282ad04a867ce88e9b36ad8ac3002556fb3200f0..da8303bfa282e96a345cf1f81df219dcc507a215 100644 (file)
@@ -1,4 +1,7 @@
-
+# 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
@@ -10,14 +13,17 @@ SUBDIRS(
 # ==> Depending on the use or not of Wx,
 # ==> You will dupplicate WithWx or WithoutWx
 #
-   essaiDenis
-   #SimpleBrukerToMhdDcm      
+   #essaiDenis 
    PrintParameterFile
    #exObjectVaryingProperties
    testBruker2Dicom
-   Dcm2VtkImageData
+   #Dcm2VtkImageData
    #appli1_WithoutWx
    #appli2_WithWx
    
    # some more directories, if you have more appli
 )
+endif(USE_GDCM)  
+
+# /// TODO : convert usefull (?) appli to GDCM2 
+