]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
*** empty log message ***
[bbtk.git] / kernel / appli / CMakeLists.txt
index bbbb30081ee6a2971ca3967781943eb2eca7276c..565a2f300baf57d712067e1f6a6e6364819bc541 100644 (file)
@@ -1,3 +1,7 @@
+
+# Replace strings in a file 
+SUBDIRS(bbSed)
+
 # The BlackBox Interpreter
 SUBDIRS(bbi)
 
@@ -9,5 +13,9 @@ 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)