]> Creatis software - bbtk.git/blob - kernel/appli/CMakeLists.txt
*** empty log message ***
[bbtk.git] / kernel / appli / CMakeLists.txt
1
2 IF(WIN32)
3 # Replace strings in a file (sed for windows)
4 SUBDIRS(bbSed)
5 ENDIF(WIN32)
6
7 # The BlackBox Interpreter
8 SUBDIRS(bbi)
9 # LG test
10 #SUBDIRS(bbI)
11
12 # Black box code generator from xml
13 SUBDIRS(bbfy)
14
15 # Creates html documentation of a package
16 #SUBDIRS(bbdoc)
17
18
19 # Utility that creates the file architecture for a new user package 
20 SUBDIRS(bbCreatePackage)
21
22
23 # Utility that creates a new user black box 
24 SUBDIRS(bbCreateBlackBox) 
25
26 # The black box script development studio
27 SUBDIRS(bbStudio)
28
29 # The black box package browser
30 SUBDIRS(bbPackageBrowser)
31
32 #
33 SUBDIRS(bbs2cpp)
34
35 SUBDIRS(bbc)
36
37 SUBDIRS(bbRegenerateBoxesLists)
38
39 SUBDIRS(bbRegeneratePackageDoc)
40
41 SUBDIRS(bbPostInstallPackage)