X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=fa74e8d8c2397784c101600b0e1f4203fb7511ac;hb=5956da42deb9602e04042705155291bd124896eb;hp=44c49a70b9b3a8cb66bfe7823292e1c49ba89395;hpb=05e7ead34117d7cd9946e02dfc6a4f1079630f4f;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 44c49a7..fa74e8d 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,5 +1,5 @@ -# Replace strings in a file +# Replace strings in a file (sed for windows) SUBDIRS(bbSed) # The BlackBox Interpreter @@ -19,10 +19,13 @@ SUBDIRS(bbCreatePackage) # Utility that creates a new user black box SUBDIRS(bbCreateBlackBox) +# The black box script developer SUBDIRS(bbed) -SUBDIRS(bbhelp) +# The black box package browser +SUBDIRS(bbPackageBrowser) +# SUBDIRS(bbs2cpp) SUBDIRS(bbc)