]> Creatis software - creaBruker.git/blobdiff - appli/CMakeLists.txt
don't add wxwidgets.
[creaBruker.git] / appli / CMakeLists.txt
index 6d4daf32176727065fd99463738f4b9c98c4763a..da8303bfa282e96a345cf1f81df219dcc507a215 100644 (file)
@@ -1,6 +1,7 @@
-# Add a SUBDIRS command for each of your applications
+# 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
@@ -22,3 +23,7 @@ SUBDIRS(
    
    # some more directories, if you have more appli
 )
+endif(USE_GDCM)  
+
+# /// TODO : convert usefull (?) appli to GDCM2 
+