diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2019-09-16 17:17:54 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2019-09-16 17:17:54 +0200 |
| commit | bce85d951109aa36f6cf488ba63ae640f2ffc1dc (patch) | |
| tree | e2a05c9b41a729d3031aa3d66c86b9d618559be3 | |
| parent | e063852d295bb41e4abdad88b83ddc873fa1d4ca (diff) | |
CMake: copy 'tiny.png' to doc folder
The image 'tiny.png' was not copied to the documentation/html
directory when docs were built with CMake.
| -rw-r--r-- | documentation/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index cec1f5104..53fdd2898 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -46,6 +46,12 @@ if(OPTION_BUILD_HTML_DOCUMENTATION) @ONLY ) + configure_file( + ${CMAKE_CURRENT_SOURCE_DIR}/src/tiny.png + ${CMAKE_CURRENT_BINARY_DIR}/html/tiny.png + COPYONLY + ) + # generate html docs add_custom_target(html |
