source: nscp/docs/CMakeLists.txt @ c327ce5

0.4.10.4.2
Last change on this file since c327ce5 was c327ce5, checked in by Michael Medin <michael@…>, 10 months ago
  • Performance enhancements to build time
  • Property mode set to 100644
File size: 407 bytes
Line 
1cmake_minimum_required(VERSION 2.6)
2
3SET(ALL_FILES)
4copy_single_file(copy_docs "Nagios Usage Guide.pdf" docs)
5copy_single_file(copy_docs "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.