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