source: nscp/files/CMakeLists.txt @ 3eebf6a

0.4.0
Last change on this file since 3eebf6a was 3eebf6a, checked in by Michael Medin <michael@…>, 11 months ago

Applied fix for scripts not being copied to master branch

  • Property mode set to 100644
File size: 461 bytes
Line 
1cmake_minimum_required(VERSION 2.6)
2PROJECT(copy_files)
3
4SET(ALL_FILES)
5copy_single_file(ALL_FILES license.txt .)
6copy_single_file(ALL_FILES nrpe_dh_512.pem security)
7copy_single_file(ALL_FILES old-settings.map .)
8copy_single_file(ALL_FILES counters.defs .)
9copy_single_file(ALL_FILES nsclient.dist .)
10copy_single_file(ALL_FILES ../changelog .)
11
12ADD_CUSTOM_TARGET(copy_files ALL DEPENDS ${ALL_FILES})
13SET_TARGET_PROPERTIES(copy_files PROPERTIES FOLDER "files")
Note: See TracBrowser for help on using the repository browser.