]> Creatis software - crea.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 14 Jun 2011 17:13:49 +0000 (17:13 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 14 Jun 2011 17:13:49 +0000 (17:13 +0000)
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt

index ff7a8b083730936272988c67da85977106d53f15..b490ff359ea17b34ed2f609e529093856775702a 100644 (file)
@@ -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
   )
 #===========================================================================