]> Creatis software - bbtk.git/blob - kernel/appli/CMakeLists.txt
- Finished the Transcriptor
[bbtk.git] / kernel / appli / CMakeLists.txt
1
2 # Replace strings in a file 
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 SUBDIRS(bbed)
23
24 SUBDIRS(bbhelp)
25
26 SUBDIRS(bbs2cpp)
27
28 SUBDIRS(bbc)