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 /util | |
| parent | f5e7d62f90f5eb88afad45d56017c42835149d0c (diff) | |
Update filename case and LaTeX details
Diffstat (limited to 'util')
| -rw-r--r-- | util/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt index a89413a19..25ab479dc 100644 --- a/util/CMakeLists.txt +++ b/util/CMakeLists.txt @@ -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) |
