Update filename case and LaTeX details

This commit is contained in:
Matthias Melcher
2025-12-28 22:18:07 +01:00
parent f5e7d62f90
commit 17eaeeda92
3 changed files with 6 additions and 4 deletions

View File

@@ -48,9 +48,9 @@ if(FLTK_BUILD_PDF_DOCS)
# PDF documentation helper tool
add_executable(code_snapshot
code_snapshot.cxx
../fluid/Widgets/Code_Viewer.cxx
../fluid/Widgets/Code_Editor.cxx
../fluid/Widgets/Style_Parser.cxx
../fluid/widgets/Code_Viewer.cxx
../fluid/widgets/Code_Editor.cxx
../fluid/widgets/Style_Parser.cxx
)
target_link_libraries(code_snapshot PRIVATE fltk::images)