X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=21c6f854d6af370380e0630cc40d2f57e1cdee64;hb=06177c2be47f0a558100b98256be4d639e90a069;hp=4b2878ff88791c31eb04d3f8922c05df4f55aa32;hpb=97b08ef9b0c2a60c4d1f619f6bfef2996afdcab3;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 4b2878f..21c6f85 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -6,7 +6,8 @@ ENDIF(WIN32) # The BlackBox Interpreter SUBDIRS(bbi) -SUBDIRS(bbI) +# LG test +#SUBDIRS(bbI) # Black box code generator from xml SUBDIRS(bbfy) @@ -25,6 +26,7 @@ SUBDIRS(bbCreateBlackBox) # The black box script development studio SUBDIRS(bbStudio) + # The black box package browser SUBDIRS(bbPackageBrowser) @@ -32,3 +34,14 @@ SUBDIRS(bbPackageBrowser) SUBDIRS(bbs2cpp) SUBDIRS(bbc) + +SUBDIRS(bbRegenerateBoxesLists) + +SUBDIRS(bbRegeneratePackageDoc) + +SUBDIRS(bbPostInstallPackage) + +SUBDIRS(bbPlugPackage) + +# The black box script development studio +SUBDIRS(bbEditor)