X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=c4d67baee4ccc102f2e954eeda698e010a4b9107;hb=492b03005ab3116e1e20f960bfe84621532ca5b8;hp=44c49a70b9b3a8cb66bfe7823292e1c49ba89395;hpb=05e7ead34117d7cd9946e02dfc6a4f1079630f4f;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 44c49a7..c4d67ba 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -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,10 +23,13 @@ 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)