X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=21c6f854d6af370380e0630cc40d2f57e1cdee64;hb=06177c2be47f0a558100b98256be4d639e90a069;hp=9e03012a7720f06cf74eb2946634b71d22c98265;hpb=f87c49c48b5b99956697759168cffb06826e4fe8;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 9e03012..21c6f85 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,6 +20,28 @@ SUBDIRS(bbfy) SUBDIRS(bbCreatePackage) -# Utility that creates the file architecture for a new user package -SUBDIRS(bbCreateBlackBox) +# 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)