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 | |
|---|
| 1 | cmake_minimum_required(VERSION 2.6) |
|---|
| 2 | |
|---|
| 3 | SET(ALL_FILES) |
|---|
| 4 | copy_single_file(ALL_FILES "Nagios Usage Guide.pdf" docs) |
|---|
| 5 | copy_single_file(ALL_FILES "NSClient++ Reference Manual.pdf" docs) |
|---|
| 6 | |
|---|
| 7 | ADD_CUSTOM_TARGET(copy_docs DEPENDS ${ALL_FILES}) |
|---|
| 8 | SET_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.