]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
KWWidgets support
[bbtk.git] / kernel / appli / CMakeLists.txt
index 0a02f7d9cb7847ad71f7ac59b5f6ec25a6b87a9e..6d13435c29d0f6a6540ea4e44324d219f690e97f 100644 (file)
@@ -1,9 +1,13 @@
 
-# Replace strings in a file 
+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,6 +23,21 @@ SUBDIRS(bbCreatePackage)
 # Utility that creates a new user black box 
 SUBDIRS(bbCreateBlackBox) 
 
-SUBDIRS(bbed)
+# The black box script development studio
+SUBDIRS(bbStudio)
 
-SUBDIRS(bbhelp)
+# The black box package browser
+SUBDIRS(bbPackageBrowser)
+
+#
+SUBDIRS(bbs2cpp)
+
+SUBDIRS(bbc)
+
+SUBDIRS(bbRegenerateBoxesLists)
+
+SUBDIRS(bbRegeneratePackageDoc)
+
+SUBDIRS(bbPostInstallPackage)
+
+SUBDIRS(bbPlugPackage)