X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=da8303bfa282e96a345cf1f81df219dcc507a215;hb=360e0f8bbbb16a0d7604e65e1059541a0e9d83c8;hp=282a75462acbbb35c82558dbd6f03b5159ee2009;hpb=0194cf3ca5e4249a389cc809d3de6fae07249fa4;p=creaBruker.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 282a754..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,13 +13,17 @@ SUBDIRS( # ==> Depending on the use or not of Wx, # ==> You will dupplicate WithWx or WithoutWx # - essaiDenis - #SimpleBrukerToMhdDcm + #essaiDenis PrintParameterFile #exObjectVaryingProperties testBruker2Dicom + #Dcm2VtkImageData #appli1_WithoutWx #appli2_WithWx # some more directories, if you have more appli ) +endif(USE_GDCM) + +# /// TODO : convert usefull (?) appli to GDCM2 +