diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-12-28 22:18:07 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-12-28 22:18:07 +0100 |
| commit | 17eaeeda9216fd5b06469d4f52a1ff943ab090a5 (patch) | |
| tree | 29dbad3851c12588b630a0b083d944ce45888cd2 /documentation/CMakeLists.txt | |
| parent | f5e7d62f90f5eb88afad45d56017c42835149d0c (diff) | |
Update filename case and LaTeX details
Diffstat (limited to 'documentation/CMakeLists.txt')
| -rw-r--r-- | documentation/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index bbf8da6ae..6c8524ffe 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -158,6 +158,8 @@ if(FLTK_BUILD_PDF_DOCS) set(DOXYFILE "Doxybook") set(LOGFILE "${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}_error.log") + file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated) + # configure Doxygen input file for PDF docs (Doxybook.in) configure_file( |
