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 | |
|---|
| 1 | cmake_minimum_required(VERSION 2.6) |
|---|
| 2 | |
|---|
| 3 | SET(ALL_FILES) |
|---|
| 4 | copy_single_file(copy_docs "Nagios Usage Guide.pdf" docs) |
|---|
| 5 | copy_single_file(copy_docs "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.