]> Creatis software - crea.git/commitdiff
fix mistyping
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 8 Apr 2011 11:28:13 +0000 (11:28 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 8 Apr 2011 11:28:13 +0000 (11:28 +0000)
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBox1.h

index 31febc314461f3a935af271e2ce4d93af5af65ee..1eaeb785aacd61bc21f57877a814e09893cd581c 100644 (file)
@@ -115,7 +115,7 @@ 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
   
-  ../lib
+  ../lib/mySampleLib
   )
 #===========================================================================
 
index 9bae5a433ca8a75a2684381299ed04255b5ed4ad..4da96da592caf45f2ac2abbb06c2a55d66625d7a 100644 (file)
@@ -4,7 +4,7 @@
 #include "bbmySamplePackage_EXPORT.h"
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
-#include "myFierceClass.h"
+#include "myFierceClass2.h"
  
 namespace bbmySamplePackage
 {