]> Creatis software - bbtk.git/blob - kernel/appli/CMakeLists.txt
fa74e8d8c2397784c101600b0e1f4203fb7511ac
[bbtk.git] / kernel / appli / CMakeLists.txt
1
2 # Replace strings in a file (sed for windows)
3 SUBDIRS(bbSed)
4
5 # The BlackBox Interpreter
6 SUBDIRS(bbi)
7
8 # Black box code generator from xml
9 SUBDIRS(bbfy)
10
11 # Creates html documentation of a package
12 #SUBDIRS(bbdoc)
13
14
15 # Utility that creates the file architecture for a new user package 
16 SUBDIRS(bbCreatePackage)
17
18
19 # Utility that creates a new user black box 
20 SUBDIRS(bbCreateBlackBox) 
21
22 # The black box script developer
23 SUBDIRS(bbed)
24
25 # The black box package browser
26 SUBDIRS(bbPackageBrowser)
27
28 #
29 SUBDIRS(bbs2cpp)
30
31 SUBDIRS(bbc)