]> 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
10 # Black box code generator from xml
11 SUBDIRS(bbfy)
12
13 # Creates html documentation of a package
14 #SUBDIRS(bbdoc)
15
16
17 # Utility that creates the file architecture for a new user package 
18 SUBDIRS(bbCreatePackage)
19
20
21 # Utility that creates a new user black box 
22 SUBDIRS(bbCreateBlackBox) 
23
24 # The black box script development studio
25 SUBDIRS(bbStudio)
26
27 # The black box package browser
28 SUBDIRS(bbPackageBrowser)
29
30 #
31 SUBDIRS(bbs2cpp)
32
33 SUBDIRS(bbc)