source: nscp/docs/CMakeLists.txt @ 53473f7

0.4.10.4.2
Last change on this file since 53473f7 was 53473f7, checked in by Michael Medin <michael@…>, 13 months ago
  • Changed how files are generated to reduce number of projcts
  • Property mode set to 100644
File size: 391 bytes
Line 
1cmake_minimum_required(VERSION 2.6)
2
3SET(ALL_FILES)
4copy_single_file("Nagios Usage Guide.pdf" docs)
5copy_single_file("NSClient++ Reference Manual.pdf" docs)
6
7ADD_CUSTOM_TARGET(copy_docs ALL 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.