X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=6d13435c29d0f6a6540ea4e44324d219f690e97f;hb=310a70fea52f768e60d0a844e6ef84f13e4babd4;hp=fa74e8d8c2397784c101600b0e1f4203fb7511ac;hpb=5956da42deb9602e04042705155291bd124896eb;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index fa74e8d..6d13435 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -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,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) @@ -29,3 +33,11 @@ SUBDIRS(bbPackageBrowser) SUBDIRS(bbs2cpp) SUBDIRS(bbc) + +SUBDIRS(bbRegenerateBoxesLists) + +SUBDIRS(bbRegeneratePackageDoc) + +SUBDIRS(bbPostInstallPackage) + +SUBDIRS(bbPlugPackage)