X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fcmake%2FBBTKKernelConfig.cmake;h=dc2584328a7bc59e24fe8448216ccbf5fb648fd6;hb=899e84df04040566381e7252faa0b47d0863baca;hp=94c7831b4639306678cd15dcb2b56da3e81dc7af;hpb=71a82f376d593f291d2d0ac6d9514b5367f2c845;p=bbtk.git diff --git a/kernel/cmake/BBTKKernelConfig.cmake b/kernel/cmake/BBTKKernelConfig.cmake index 94c7831..dc25843 100644 --- a/kernel/cmake/BBTKKernelConfig.cmake +++ b/kernel/cmake/BBTKKernelConfig.cmake @@ -1,3 +1,29 @@ + # --------------------------------------------------------------------- + # + # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image + # pour la SantÈ) + # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton + # Previous Authors : Laurent Guigues, Jean-Pierre Roux + # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil + # + # This software is governed by the CeCILL-B license under French law and + # abiding by the rules of distribution of free software. You can use, + # modify and/ or redistribute the software under the terms of the CeCILL-B + # license as circulated by CEA, CNRS and INRIA at the following URL + # http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html + # or in the file LICENSE.txt. + # + # As a counterpart to the access to the source code and rights to copy, + # modify and redistribute granted by the license, users are provided only + # with a limited warranty and the software's author, the holder of the + # economic rights, and the successive licensors have only limited + # liability. + # + # The fact that you are presently reading this means that you have had + # knowledge of the CeCILL-B license and that you accept its terms. + # ------------------------------------------------------------------------ */ + + #---------------------------------------------------------------------------- # BINARY DIR MUST BE IN INCLUDE DIRS @@ -61,6 +87,7 @@ IF(WIN32) SET(BBTK_BBC ${BBTK_BIN_PATH}/bbc.exe) SET(BBTK_BBI ${BBTK_BIN_PATH}/bbi.exe) SET(BBTK_BBFY ${BBTK_BIN_PATH}/bbfy.exe) + SET(BBTK_BBPCONFIGURATOR ${BBTK_BIN_PATH}/bbpConfigurator.exe) ELSE(WIN32) # For Xcode : have to test the cmake generator ! @@ -73,6 +100,7 @@ ELSE(WIN32) SET(BBTK_BBS2CPP ${BBTK_BIN_PATH}/bbs2cpp) SET(BBTK_BBC ${BBTK_BIN_PATH}/bbc) SET(BBTK_BBFY ${BBTK_BIN_PATH}/bbfy) + SET(BBTK_BBPCONFIGURATOR ${BBTK_BIN_PATH}/bbpConfigurator) ENDIF(WIN32) SET(BBTK_PACKAGE_LIB_PATH ${BBTK_LIB_PATH}) @@ -86,6 +114,7 @@ MESSAGE(STATUS "* BBTK_BBI =${BBTK_BBI}") MESSAGE(STATUS "* BBTK_BBS2CPP =${BBTK_BBS2CPP}") MESSAGE(STATUS "* BBTK_BBC =${BBTK_BBC}") MESSAGE(STATUS "* BBTK_BBFY =${BBTK_BBFY}") +MESSAGE(STATUS "* BBTK_BBPCONFIGURATOR =${BBTK_BBPCONFIGURATOR}") #----------------------------------------------------------------------------- #-----------------------------------------------------------------------------