Changeset 107 for trunk/CMakeLists.txt
- Timestamp:
- 06/15/09 10:39:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r105 r107 105 105 set_source_files_properties (${all_srcs} PROPERTIES COMPILE_FLAGS "-O3 -Winline -Werror -finline-functions -fomit-frame-pointer") 106 106 107 #----------------------- installation ----------------------------- 108 109 file (GLOB config_files "${CMAKE_CURRENT_SOURCE_DIR}/Distribution/oscam.*") 110 file (GLOB doc_files "${CMAKE_CURRENT_SOURCE_DIR}/Distribution/doc/*.txt") 111 112 install (PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${exe_name} DESTINATION bin COMPONENT bin) 113 install (FILES ${config_files} DESTINATION etc COMPONENT config) 114 install (FILES ${doc_files} DESTINATION share/doc/oscam COMPONENT doc) 115 107 116 #----------------------- printout resume ----------------------------- 108 117
Note:
See TracChangeset
for help on using the changeset viewer.