From: Eduardo Davila Date: Tue, 14 Jun 2011 17:13:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0e11b8aef6c6e83c0c6362d70ec5aa4f69082eb7;p=crea.git *** empty log message *** --- diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt index ff7a8b0..b490ff3 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt @@ -115,8 +115,11 @@ SET(${BBTK_PACKAGE_NAME}_INCLUDE_DIRS # - automatically handled libraries or packages : wx, vtk... (see above) # - the dirs automatically set by other libraries found by FIND_PACKAGE - ${BBTK_DIR}/../../../include/bbitk + ${BBTK_DIR}/../../../include/bbitk // linux installed version + ${BBTK_DIR}/../../creatools_source/bbtk/packages/itk/src // linux creatools_bin version + ${BBTK_DIR}/include/bbitk // windows creatools_install version + ../lib/mySampleLib ) #===========================================================================