]> Creatis software - bbtk.git/blob - kernel/appli/CMakeLists.txt
no 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 # LG test
10 #SUBDIRS(bbI)
11
12 # Black box code generator from xml
13 SUBDIRS(bbfy)
14
15 # Creates html documentation of a package
16 #SUBDIRS(bbdoc)
17
18
19 # Utility that creates the file architecture for a new user package 
20 SUBDIRS(bbCreatePackage)
21
22
23 # Utility that creates a new user black box 
24 SUBDIRS(bbCreateBlackBox) 
25
26 # The black box script development studio
27 SUBDIRS(bbStudio)
28
29
30 # The black box package browser
31 SUBDIRS(bbPackageBrowser)
32
33 #
34 SUBDIRS(bbs2cpp)
35
36 SUBDIRS(bbc)
37
38 SUBDIRS(bbRegenerateBoxesLists)
39
40 SUBDIRS(bbRegeneratePackageDoc)
41
42 SUBDIRS(bbPostInstallPackage)
43
44 SUBDIRS(bbPlugPackage)
45
46 # The black box script development studio
47 SUBDIRS(bbEditor)