]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt
*** empty log message ***
[crea.git] / 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
   )
 #===========================================================================