]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
Created a bbs editor : bbed
[bbtk.git] / kernel / appli / CMakeLists.txt
index 51c109f19c13f20b6a5b9852f315434b2be37143..72c770742c717db2e28cf62be8b6df5f37984a19 100644 (file)
@@ -1,12 +1,22 @@
+
+# Replace strings in a file 
+SUBDIRS(bbSed)
+
 # The BlackBox Interpreter
 SUBDIRS(bbi)
 
+# Black box code generator from xml
+SUBDIRS(bbfy)
+
 # Creates html documentation of a package
 #SUBDIRS(bbdoc)
 
-# Black box code generator from xml
-#SUBDIRS(bbfy)
 
 # Utility that creates the file architecture for a new user package 
-#SUBDIRS(bbCreatePackage)
+SUBDIRS(bbCreatePackage)
+
+
+# Utility that creates a new user black box 
+SUBDIRS(bbCreateBlackBox) 
 
+SUBDIRS(bbed)