Changeset c327ce5 in nscp for files/CMakeLists.txt
- Timestamp:
- 07/17/12 15:37:04 (11 months ago)
- Branches:
- master, 0.4.1, 0.4.2
- Children:
- d6194a0
- Parents:
- 53be5c8
- File:
-
- 1 edited
-
files/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
files/CMakeLists.txt
ra48fd4c rc327ce5 1 1 cmake_minimum_required(VERSION 2.6) 2 2 3 SET(ALL_FILES) 3 4 copy_single_file(copy_files license.txt .) 4 5 copy_single_file(copy_files nrpe_dh_512.pem security) 5 6 copy_single_file(copy_files old-settings.map .) 6 7 copy_single_file(copy_files counters.defs .) 8 copy_single_file(copy_files nsclient.dist .) 7 9 copy_single_file(copy_files ../changelog .) 8 10 9 ADD_CUSTOM_TARGET(copy_files ALL)11 ADD_CUSTOM_TARGET(copy_files DEPENDS ${ALL_FILES}) 10 12 SET_TARGET_PROPERTIES(copy_files PROPERTIES FOLDER "files")
Note: See TracChangeset
for help on using the changeset viewer.








