X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fappli%2FCMakeLists.txt;h=6c10c6815e6601ea19d1c7d976f7e4aeed6fc441;hb=7112519faa220b61d62a8c1256925346f982058e;hp=c4d67baee4ccc102f2e954eeda698e010a4b9107;hpb=3b9a7d6bbd5efb1c13ffeceac7e4dabe4da25926;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index c4d67ba..6c10c68 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) @@ -33,3 +34,11 @@ SUBDIRS(bbPackageBrowser) SUBDIRS(bbs2cpp) SUBDIRS(bbc) + +SUBDIRS(bbRegenerateBoxesLists) + +SUBDIRS(bbRegeneratePackageDoc) + +SUBDIRS(bbPostInstallPackage) + +SUBDIRS(bbPlugPackage)