From 9817536cfd4a9ea8d9bb5ef41580a5ba3d254911 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 20 Oct 2023 19:00:42 +0200 Subject: FLUID: basic Fl_Grid support * no settings for children yet * ne good interactive editing for children --- fluid/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/CMakeLists.txt') diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index 124547f08..e7990367e 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -21,6 +21,7 @@ set (CPPFILES StyleParse.cxx Fd_Snap_Action.cxx Fl_Function_Type.cxx + Fl_Grid_Type.cxx Fl_Group_Type.cxx Fl_Menu_Type.cxx Fl_Type.cxx @@ -51,6 +52,7 @@ set (HEADERFILES CodeEditor.h Fd_Snap_Action.h Fl_Function_Type.h + Fl_Grid_Type.h Fl_Group_Type.h Fl_Menu_Type.h Fl_Type.h -- cgit v1.2.3