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