X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=6d13435c29d0f6a6540ea4e44324d219f690e97f;hb=6e6b9b173b1eedc7402a778fb6d3b00e8a942fd3;hp=c049009ef51e51f82cb59cd68c2fb5a5117a5cd2;hpb=42b2c2a160b8889c869e208b6936e1b641e6185f;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index c049009..6d13435 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,9 +1,13 @@ -# Replace strings in a file +IF(WIN32) +# Replace strings in a file (sed for windows) SUBDIRS(bbSed) +ENDIF(WIN32) # The BlackBox Interpreter SUBDIRS(bbi) +# LG test +#SUBDIRS(bbI) # Black box code generator from xml SUBDIRS(bbfy) @@ -16,3 +20,24 @@ SUBDIRS(bbfy) SUBDIRS(bbCreatePackage) +# Utility that creates a new user black box +SUBDIRS(bbCreateBlackBox) + +# The black box script development studio +SUBDIRS(bbStudio) + +# The black box package browser +SUBDIRS(bbPackageBrowser) + +# +SUBDIRS(bbs2cpp) + +SUBDIRS(bbc) + +SUBDIRS(bbRegenerateBoxesLists) + +SUBDIRS(bbRegeneratePackageDoc) + +SUBDIRS(bbPostInstallPackage) + +SUBDIRS(bbPlugPackage)