X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=21c6f854d6af370380e0630cc40d2f57e1cdee64;hb=6ad7245d4cf6a38427aceed7e5cd1a6664bceec1;hp=a1bbbf8cc760d7bf7754177178a16ba879c56d18;hpb=1cb8d15699ee9ba117205b4e50e7d7037b737640;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index a1bbbf8..21c6f85 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -26,6 +26,7 @@ SUBDIRS(bbCreateBlackBox) # The black box script development studio SUBDIRS(bbStudio) + # The black box package browser SUBDIRS(bbPackageBrowser) @@ -39,3 +40,8 @@ SUBDIRS(bbRegenerateBoxesLists) SUBDIRS(bbRegeneratePackageDoc) SUBDIRS(bbPostInstallPackage) + +SUBDIRS(bbPlugPackage) + +# The black box script development studio +SUBDIRS(bbEditor)