# 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!