]> Creatis software - crea.git/commitdiff
Set INCLUDE_DIRECTORIES
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Jul 2009 14:20:41 +0000 (14:20 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Jul 2009 14:20:41 +0000 (14:20 +0000)
appli/creaNewProject/NewProject/CMakeLists.txt.in

index 2e90b4eea903710d2625feba7d5adea2026f3c46..9c3227b8c21cbac30f9a966129eb5770e2d1927c 100644 (file)
@@ -54,8 +54,19 @@ MARK_AS_ADVANCED(
   EXECUTABLE_OUTPUT_PATH
   LIBRARY_OUTPUT_PATH
   )
+  
 #==================================
 
+  SET(LIBNAME $(PROJECT_NAME))
+  INCLUDE_DIRECTORIES(
+    ${PROJECT_BINARY_DIR}
+
+ # // if the previous one is not enough :  (JPRx)
+ #   Add here the directories holding the .h you need   
+ #   ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_DIRECTORY_
+    )
+#==================================
 
 
 #----------------------------------------------------------------------------