]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/CMakeLists.txt.in
Comments
[crea.git] / appli / creaNewProject / NewProject / CMakeLists.txt.in
index 18050998f713e99303df21a5c5ce90f2b0e41eb6..2fc38a8b23144b4e43f20b2de12b9b2e91bdee4c 100644 (file)
@@ -49,6 +49,7 @@ ENDIF(crea_FOUND)
 #==================================
 
 # USER! : Add here as many 'FIND_PACKAGE' blocks as *your* aplication requires
+# -----
 
 # WARNING : we are talking here about 'bbtk packages', not about libraries!
 # if your project just requires the GDCM library, and not bbtk/packages/gdcm, 
@@ -69,6 +70,8 @@ CREA_PREVENT_IN_SOURCE_BUILD()
 # Libraries/tools used
 
 # USER! : Note : Set USE_CREA to ON
+# -----
+
 #  if you need to LINK against crea
 #  (and not only use its macros)
 SET(USE_CREA      OFF)
@@ -122,7 +125,8 @@ ENDIF(WIN32)
     ${PROJECT_BINARY_DIR}
   )
   
- # USER! : Add here the directories holding the .h you need   
+ # USER! : Add here the directories holding the .h you need 
+ 3  
  # INCLUDE_DIRECTORIES(appli/_YOUR_OWN_APPLI_SOURCE_DIRECTORY_)  
  # INCLUDE_DIRECTORIES(lib/_YOUR_OWN_LIBRARY_SOURCE_DIRECTORY_)  
 
@@ -140,6 +144,8 @@ SET(BBTK_DOC_BUILD_PATH
    )
 #==================================
 # USER! : Hands off!
+# ----
+
 # ADD SUB DIRECTORIES
 # ----------------
 ADD_SUBDIRECTORY(lib)
@@ -152,8 +158,12 @@ ADD_SUBDIRECTORY(install)
 #-----------------------------------
 # This one is just a sample.
 # USER : you may comment out this line
+# ----
+
 ADD_SUBDIRECTORY(bbtk_mySamplePackage_PKG)
+
 #==================================
 # This one is the default empty package,
 # created with the same name than the Project.
 # USER : you may use it
+# ----