X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FCMakeLists.txt;h=7aa1a0b487fe1ba154e7e9db275ca7b481465b1c;hb=refs%2Ftags%2FCreatools2-0-3.creaBruker1-0-1.17Feb2011;hp=16fb4706d2bde88a571e9cf2f1e332a8c69ce54d;hpb=58b81f41c107f2b451ace2dc378f13a4b8447aa3;p=creaBruker.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 16fb470..7aa1a0b 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,7 +1,9 @@ # 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 +