From: jean-pierre roux Date: Wed, 8 Dec 2010 09:54:33 +0000 (+0000) Subject: Comment out generation of now useless testBruker2Dicom and PrintParameterFile X-Git-Tag: Creatools2-0-3.creaBruker1-0-1.17Feb2011~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaBruker.git;a=commitdiff_plain;h=a4a6e1a85c5b0912f550b54aae785b42c4a2ac00 Comment out generation of now useless testBruker2Dicom and PrintParameterFile --- diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 31c6a7c..2f3004f 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,8 +1,8 @@ -# Add a ADD_SUBDIRECTORY command for each one of your applications -# ADD_SUBDIRECTORY(MyApp1) -# ADD_SUBDIRECTORY(MyApp2) +# Add a SUBDIRS command for each one of your applications +# SUBDIRS(MyApp1) +# SUBDIRS(MyApp2) if(USE_GDCM) -ADD_SUBDIRECTORY( +SUBDIRS( # ==> 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 @@ -14,9 +14,9 @@ ADD_SUBDIRECTORY( # ==> You will dupplicate WithWx or WithoutWx # #essaiDenis - PrintParameterFile + #PrintParameterFile #exObjectVaryingProperties - testBruker2Dicom + #testBruker2Dicom #Dcm2VtkImageData #appli1_WithoutWx #appli2_WithWx