X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=21c6f854d6af370380e0630cc40d2f57e1cdee64;hb=f45b7f05b03f411759981fe13645466a1c289e6a;hp=bbbb30081ee6a2971ca3967781943eb2eca7276c;hpb=19b76ef59bb0968051d33de75d0e2a908d9bc0fd;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index bbbb300..21c6f85 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,5 +1,13 @@ + +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) @@ -9,5 +17,31 @@ 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) + +SUBDIRS(bbRegenerateBoxesLists) + +SUBDIRS(bbRegeneratePackageDoc) + +SUBDIRS(bbPostInstallPackage) + +SUBDIRS(bbPlugPackage) +# The black box script development studio +SUBDIRS(bbEditor)