]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
*** empty log message ***
[bbtk.git] / kernel / appli / CMakeLists.txt
index 0a02f7d9cb7847ad71f7ac59b5f6ec25a6b87a9e..fa74e8d8c2397784c101600b0e1f4203fb7511ac 100644 (file)
@@ -1,5 +1,5 @@
 
-# Replace strings in a file 
+# Replace strings in a file (sed for windows)
 SUBDIRS(bbSed)
 
 # The BlackBox Interpreter
@@ -19,6 +19,13 @@ SUBDIRS(bbCreatePackage)
 # Utility that creates a new user black box 
 SUBDIRS(bbCreateBlackBox) 
 
+# The black box script developer
 SUBDIRS(bbed)
 
-SUBDIRS(bbhelp)
+# The black box package browser
+SUBDIRS(bbPackageBrowser)
+
+#
+SUBDIRS(bbs2cpp)
+
+SUBDIRS(bbc)