diff options
Diffstat (limited to 'util/CMakeLists.txt')
| -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) |
