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