]> Creatis software - creaMiniTools.git/commitdiff
Fix dummy includes
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Apr 2011 20:59:07 +0000 (20:59 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Apr 2011 20:59:07 +0000 (20:59 +0000)
lib/CMakeLists.txt

index dd38a155f57c694743922a766a1566a604827986..e9352f7ab8064b51663ec8ef2401616d330c0b17 100644 (file)
@@ -9,18 +9,18 @@
 # USER! : Give the list of your Libraries 
  
 SET(${LIBRARY_NAME}_LIBRARIES 
-   ___Your_library_one___here___
-   ___Your_library_two___here___ 
-   ___Your_library_tree___here___     
+  # ___Your_library_one___here___
+  # ___Your_library_two___here___ 
+  # ___Your_library_tree___here___     
 
    )
 
 # USER! : Give the list of directories holding the '.h' and '.txx' to be installed
 
  SET(${LIBRARY_NAME}_BUILD_TREE_RELATIVE_INCLUDE_PATHS
-    lib/___Your_include_directory_one___here___
-    lib/___Your_include_directory_two___here___
-    lib/___Your_include_directory_tree___here___    
+  #  lib/___Your_include_directory_one___here___
+  #  lib/___Your_include_directory_two___here___
+  #  lib/___Your_include_directory_tree___here___    
  )
 
 # USER! : Hands off, here!