diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-15 15:24:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 15:24:25 +0100 |
| commit | 6fbfaba19d0a2d2dc7080e450d5055ff19ac89e1 (patch) | |
| tree | 8df0fc35817474ce6558bba94e739f5fef493d8d /fluid/CMakeLists.txt | |
| parent | a4d0f7d269dc01e0a22c56aef13aa1f23405969a (diff) | |
Move class Fl_Shortcut_Button from FLUID to core (#677) (#680)
Diffstat (limited to 'fluid/CMakeLists.txt')
| -rw-r--r-- | fluid/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index a7a0d08df..a9aac0019 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -24,11 +24,11 @@ set (CPPFILES Fl_Widget_Type.cxx Fl_Window_Type.cxx Fluid_Image.cxx - Shortcut_Button.cxx about_panel.cxx align_widget.cxx alignment_panel.cxx code.cxx + custom_widgets.cxx factory.cxx file.cxx fluid.cxx @@ -52,13 +52,13 @@ set (HEADERFILES Fl_Widget_Type.h Fl_Window_Type.h Fluid_Image.h - Shortcut_Button.h StyleParse.h about_panel.h align_widget.h alignment_panel.h code.h comments.h + custom_widgets.h factory.h file.h fluid.h |
