]> Creatis software - bbtk.git/blob - kernel/appli/CMakeLists.txt
0a02f7d9cb7847ad71f7ac59b5f6ec25a6b87a9e
[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)