From 17eaeeda9216fd5b06469d4f52a1ff943ab090a5 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 28 Dec 2025 22:18:07 +0100 Subject: Update filename case and LaTeX details --- util/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util') 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) -- cgit v1.2.3