]> Creatis software - bbtk.git/blobdiff - kernel/appli/CMakeLists.txt
*** empty log message ***
[bbtk.git] / kernel / appli / CMakeLists.txt
index fa74e8d8c2397784c101600b0e1f4203fb7511ac..f2e4ae10f99cd846d6963ca54c433d98ba18bc36 100644 (file)
@@ -1,6 +1,8 @@
 
+IF(WIN32)
 # Replace strings in a file (sed for windows)
 SUBDIRS(bbSed)
+ENDIF(WIN32)
 
 # The BlackBox Interpreter
 SUBDIRS(bbi)
@@ -19,8 +21,8 @@ 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)