X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=565a2f300baf57d712067e1f6a6e6364819bc541;hb=029bec1fef526327df088b15771a4a4d84af7b0b;hp=bbbb30081ee6a2971ca3967781943eb2eca7276c;hpb=19b76ef59bb0968051d33de75d0e2a908d9bc0fd;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index bbbb300..565a2f3 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) @@ -9,5 +13,9 @@ SUBDIRS(bbfy) # Utility that creates the file architecture for a new user package -#SUBDIRS(bbCreatePackage) +SUBDIRS(bbCreatePackage) + + +# Utility that creates a new user black box +SUBDIRS(bbCreateBlackBox)