X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=da8303bfa282e96a345cf1f81df219dcc507a215;hb=4010128305f782ebfa194d548222bbaa1eec71d9;hp=16fb4706d2bde88a571e9cf2f1e332a8c69ce54d;hpb=cc4fb89e6ab8668e7e8830a2e65dc53dc1773de5;p=creaBruker.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 16fb470..da8303b 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,6 +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 @@ -22,3 +23,7 @@ SUBDIRS( # some more directories, if you have more appli ) +endif(USE_GDCM) + +# /// TODO : convert usefull (?) appli to GDCM2 +