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 | |
|---|
| 1 | cmake_minimum_required(VERSION 2.6) |
|---|
| 2 | PROJECT(copy_files) |
|---|
| 3 | |
|---|
| 4 | SET(ALL_FILES) |
|---|
| 5 | copy_single_file(ALL_FILES license.txt .) |
|---|
| 6 | copy_single_file(ALL_FILES nrpe_dh_512.pem security) |
|---|
| 7 | copy_single_file(ALL_FILES old-settings.map .) |
|---|
| 8 | copy_single_file(ALL_FILES counters.defs .) |
|---|
| 9 | copy_single_file(ALL_FILES nsclient.dist .) |
|---|
| 10 | copy_single_file(ALL_FILES ../changelog .) |
|---|
| 11 | |
|---|
| 12 | ADD_CUSTOM_TARGET(copy_files ALL DEPENDS ${ALL_FILES}) |
|---|
| 13 | SET_TARGET_PROPERTIES(copy_files PROPERTIES FOLDER "files") |
|---|
Note: See
TracBrowser
for help on using the repository browser.