]> Creatis software - bbtkGEditor.git/blobdiff - CMakeLists.txt
This commit was manufactured by cvs2svn to create tag 'CREATOOLS_2-0-3'.
[bbtkGEditor.git] / CMakeLists.txt
index 0dca9579d142fe6b4c7457cf9c31f1b86c421115..fed56e695b6f73581f3efd4fc3a2b0964f976fd9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Unless you are an experimented cmake user,
 # have a look at :
-# http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X
+# http://www.creatis.insa-lyon.fr/creatools/GettingStarted_creaTools
 # before starting.
 #
 # ---------------------------------
@@ -25,9 +25,6 @@ SET(PROJECT_VERSION_DATE "30/09/2009")
 
 #==================================
 
-# JPR 4 mars 2011
-set (CMAKE_MODULE_PATH ${CMAKE_INSTALL_PREFIX}/share/cmake/Module)
-
 #==================================
 # Find crea (mandatory, to use macros)
 SET(CREA_VERBOSE_CMAKE TRUE)
@@ -56,6 +53,9 @@ IF(BBTK_FOUND)
 ENDIF(BBTK_FOUND)
 #==================================
 
+
+
+
 #==================================
 # Do not allow to build inside the source tree
 CREA_PREVENT_IN_SOURCE_BUILD()
@@ -108,7 +108,8 @@ MARK_AS_ADVANCED(
   INCLUDE_DIRECTORIES(
     ${PROJECT_BINARY_DIR}
 
- # USER! : Add here the directories holding the .h you need  
+ # // if the previous one is not enough :  (JPRx)
+ #   Add here the directories holding the .h you need
     
  #   ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_SOURCE_DIRECTORY_
  
@@ -128,10 +129,10 @@ SET(BBTK_DOC_BUILD_PATH
    )
 #==================================
 
-# ADD_SUBDIRECTORY
-ADD_SUBDIRECTORY(lib)
-ADD_SUBDIRECTORY(appli)
-ADD_SUBDIRECTORY(doc)
-ADD_SUBDIRECTORY(data)
-ADD_SUBDIRECTORY(install)
+# Subdirs
+SUBDIRS(lib)
+SUBDIRS(appli)
+SUBDIRS(doc)
+SUBDIRS(data)
+SUBDIRS(install)
 #==================================