X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=44c49a70b9b3a8cb66bfe7823292e1c49ba89395;hb=19a1e7a2f298bfdfee13893f98272de4e6d0f7f2;hp=51c109f19c13f20b6a5b9852f315434b2be37143;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 51c109f..44c49a7 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,12 +1,28 @@ + +# Replace strings in a file +SUBDIRS(bbSed) + # The BlackBox Interpreter SUBDIRS(bbi) +# Black box code generator from xml +SUBDIRS(bbfy) + # Creates html documentation of a package #SUBDIRS(bbdoc) -# Black box code generator from xml -#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) + +SUBDIRS(bbed) + +SUBDIRS(bbhelp) + +SUBDIRS(bbs2cpp) +SUBDIRS(bbc)