X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FCMakeLists.txt;h=f2e4ae10f99cd846d6963ca54c433d98ba18bc36;hb=122b9776f71153add372b69b194a22bda2196f96;hp=565a2f300baf57d712067e1f6a6e6364819bc541;hpb=174355911252cb3817305ef368acd995a02ab245;p=bbtk.git diff --git a/kernel/appli/CMakeLists.txt b/kernel/appli/CMakeLists.txt index 565a2f3..f2e4ae1 100644 --- a/kernel/appli/CMakeLists.txt +++ b/kernel/appli/CMakeLists.txt @@ -1,6 +1,8 @@ -# Replace strings in a file +IF(WIN32) +# Replace strings in a file (sed for windows) SUBDIRS(bbSed) +ENDIF(WIN32) # The BlackBox Interpreter SUBDIRS(bbi) @@ -19,3 +21,13 @@ 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)