X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fappli%2FCMakeLists.txt;h=c4d67baee4ccc102f2e954eeda698e010a4b9107;hb=de8f304f9cf8b0ba45873af60c422147a1e33560;hp=51c109f19c13f20b6a5b9852f315434b2be37143;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 51c109f..c4d67ba 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,12 +1,35 @@ + +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) # 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) + +# The black box script development studio +SUBDIRS(bbStudio) + +# The black box package browser +SUBDIRS(bbPackageBrowser) + +# +SUBDIRS(bbs2cpp) +SUBDIRS(bbc)