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