source: nscp/docs/CMakeLists.txt @ 73c816e

0.4.0
Last change on this file since 73c816e was 73c816e, checked in by Michael Medin <michael@…>, 10 months ago
  • Fixed some build related issues (such as missing nsclient.dist and order of scripts)
  • Property mode set to 100644
File size: 407 bytes
Line 
1cmake_minimum_required(VERSION 2.6)
2
3SET(ALL_FILES)
4copy_single_file(ALL_FILES "Nagios Usage Guide.pdf" docs)
5copy_single_file(ALL_FILES "NSClient++ Reference Manual.pdf" docs)
6
7ADD_CUSTOM_TARGET(copy_docs DEPENDS ${ALL_FILES})
8SET_TARGET_PROPERTIES(copy_docs PROPERTIES FOLDER "files")
9#INSTALL(CODE "FILE(INSTALL DESTINATION \${CMAKE_INSTALL_PREFIX}/${destDir} TYPE EXECUTABLE FILES \"${source_file}\")")
Note: See TracBrowser for help on using the repository browser.