]> Creatis software - creaBruker.git/blob - appli/CMakeLists.txt
Remove deprecated
[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    PrintParameterFile
15    #exObjectVaryingProperties
16    testBruker2Dicom
17    #Dcm2VtkImageData
18    #appli1_WithoutWx
19    #appli2_WithWx
20    
21    # some more directories, if you have more appli
22 )