X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=21c6f854d6af370380e0630cc40d2f57e1cdee64;hb=f45b7f05b03f411759981fe13645466a1c289e6a;hp=f2e4ae10f99cd846d6963ca54c433d98ba18bc36;hpb=5d503ab0e50fbae3cd2ebd26e6c815557abbe42e;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index f2e4ae1..21c6f85 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -6,6 +6,8 @@ ENDIF(WIN32) # The BlackBox Interpreter SUBDIRS(bbi) +# LG test +#SUBDIRS(bbI) # Black box code generator from xml SUBDIRS(bbfy) @@ -24,6 +26,7 @@ SUBDIRS(bbCreateBlackBox) # The black box script development studio SUBDIRS(bbStudio) + # The black box package browser SUBDIRS(bbPackageBrowser) @@ -31,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)