X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=44c49a70b9b3a8cb66bfe7823292e1c49ba89395;hb=19a1e7a2f298bfdfee13893f98272de4e6d0f7f2;hp=d25d04f30b8da8e20055ecf197d7fa4008bacec9;hpb=3689d0c5e95d32e7d27d7321ab8afe7ce5264436;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index d25d04f..44c49a7 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,3 +1,7 @@ + +# Replace strings in a file +SUBDIRS(bbSed) + # The BlackBox Interpreter SUBDIRS(bbi) @@ -11,3 +15,14 @@ SUBDIRS(bbfy) # Utility that creates the file architecture for a new user package SUBDIRS(bbCreatePackage) + +# Utility that creates a new user black box +SUBDIRS(bbCreateBlackBox) + +SUBDIRS(bbed) + +SUBDIRS(bbhelp) + +SUBDIRS(bbs2cpp) + +SUBDIRS(bbc)