]> Creatis software - bbtk.git/commit
Feature #2042 bbpConfigurator
authorDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Wed, 19 Jun 2013 09:45:48 +0000 (11:45 +0200)
committerDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Wed, 19 Jun 2013 09:45:48 +0000 (11:45 +0200)
commitcd39bfaca5c64598de7046df6989f244fc6e32cd
treef38c14b0ac1ac87017f4bd9885a4f60b8ba0a891
parenta4754355b384ce0c7c311c198b6325bfd243aa7d
Feature #2042 bbpConfigurator

This application should replace the macro BBTK_CREATE_PACKAGE_INCLUDE_SCRIPT in order to organize the includes so the dependecies are taken into account.

It takes the path of the bbs's, the package name, and the output bbp path.
For now, it just organizes the files in the bbs's folder in alphabetical order and creates the bbp in that order.
kernel/appli/CMakeLists.txt
kernel/appli/bbpConfigurator/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbpConfigurator/bbpConfigurator.cpp [new file with mode: 0644]