]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
in 50 % of the scripts, LoadHola was called an 'image' in 50 % a 'reader'.
[bbtk.git] / kernel / appli / CMakeLists.txt
index fa74e8d8c2397784c101600b0e1f4203fb7511ac..21c6f854d6af370380e0630cc40d2f57e1cdee64 100644 (file)
@@ -1,9 +1,13 @@
 
+IF(WIN32)
 # Replace strings in a file (sed for windows)
 SUBDIRS(bbSed)
+ENDIF(WIN32)
 
 # The BlackBox Interpreter
 SUBDIRS(bbi)
+# LG test
+#SUBDIRS(bbI)
 
 # Black box code generator from xml
 SUBDIRS(bbfy)
@@ -19,8 +23,9 @@ SUBDIRS(bbCreatePackage)
 # Utility that creates a new user black box 
 SUBDIRS(bbCreateBlackBox) 
 
-# The black box script developer
-SUBDIRS(bbed)
+# The black box script development studio
+SUBDIRS(bbStudio)
+
 
 # The black box package browser
 SUBDIRS(bbPackageBrowser)
@@ -29,3 +34,14 @@ SUBDIRS(bbPackageBrowser)
 SUBDIRS(bbs2cpp)
 
 SUBDIRS(bbc)
+
+SUBDIRS(bbRegenerateBoxesLists)
+
+SUBDIRS(bbRegeneratePackageDoc)
+
+SUBDIRS(bbPostInstallPackage)
+
+SUBDIRS(bbPlugPackage)
+
+# The black box script development studio
+SUBDIRS(bbEditor)