]> Creatis software - creaBruker.git/blob - appli/CMakeLists.txt
2f3004fedc6215066fd7fb5d33b7781dd45c2ded
[creaBruker.git] / appli / CMakeLists.txt
1 # Add a SUBDIRS command for each one of your applications
2 # SUBDIRS(MyApp1)
3 # SUBDIRS(MyApp2)
4 if(USE_GDCM)
5 SUBDIRS(
6 # ==> mettez ici la liste des directories qui contiennent 
7 # ==> les fichiers sources de chacune de vos applications
8 # ==> Selon que l'application utilise ou non wX, vous duppliquerez
9 # ==> l'un ou l'autre des directories  WithWx ou WithoutWx
10 #
11 # ==> Here, the list of the  directories that hold
12 # ==> the source files of each one of your applications
13 # ==> Depending on the use or not of Wx,
14 # ==> You will dupplicate WithWx or WithoutWx
15 #
16    #essaiDenis 
17     #PrintParameterFile
18    #exObjectVaryingProperties
19     #testBruker2Dicom
20    #Dcm2VtkImageData
21    #appli1_WithoutWx
22    #appli2_WithWx
23    
24    # some more directories, if you have more appli
25 )
26 endif(USE_GDCM)  
27
28 # /// TODO : convert usefull (?) appli to GDCM2 
29