X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=appli%2FCMakeLists.txt;h=da8303bfa282e96a345cf1f81df219dcc507a215;hb=360e0f8bbbb16a0d7604e65e1059541a0e9d83c8;hp=282ad04a867ce88e9b36ad8ac3002556fb3200f0;hpb=0e3a02d90050aba0eb538163491c14f908bda727;p=creaBruker.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 282ad04..da8303b 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -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 +