source: nscp/files/CMakeLists.txt @ a48fd4c

0.4.10.4.2
Last change on this file since a48fd4c was a48fd4c, checked in by Michael Medin <michael@…>, 11 months ago
  • Fixed almost all -Wall warnings (the rest are probably not getting fixed in the near future due to their nature)
  • Property mode set to 100644
File size: 366 bytes
Line 
1cmake_minimum_required(VERSION 2.6)
2
3copy_single_file(copy_files license.txt .)
4copy_single_file(copy_files nrpe_dh_512.pem security)
5copy_single_file(copy_files old-settings.map .)
6copy_single_file(copy_files counters.defs .)
7copy_single_file(copy_files ../changelog .)
8
9ADD_CUSTOM_TARGET(copy_files ALL)
10SET_TARGET_PROPERTIES(copy_files PROPERTIES FOLDER "files")
Note: See TracBrowser for help on using the repository browser.