]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
KWWidgets support
[bbtk.git] / kernel / appli / CMakeLists.txt
index 51c109f19c13f20b6a5b9852f315434b2be37143..6d13435c29d0f6a6540ea4e44324d219f690e97f 100644 (file)
@@ -1,12 +1,43 @@
+
+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)
 
 # 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) 
+
+# The black box script development studio
+SUBDIRS(bbStudio)
+
+# The black box package browser
+SUBDIRS(bbPackageBrowser)
+
+#
+SUBDIRS(bbs2cpp)
+
+SUBDIRS(bbc)
+
+SUBDIRS(bbRegenerateBoxesLists)
+
+SUBDIRS(bbRegeneratePackageDoc)
+
+SUBDIRS(bbPostInstallPackage)
 
+SUBDIRS(bbPlugPackage)