summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-18 18:37:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-18 18:37:55 +0100
commitefe3ea711529c1eef820fb598de313e97da65c72 (patch)
tree9844bef6f867a0fdf36e1348e438e4d7841580a7 /test/CMakeLists.txt
parentd446059766f9560a34735cd04beac319d1fb0858 (diff)
Add Fl_Grid based dialog demo program
This is a new test program for Fl_Grid based layout and a proof of concept for a future dialog class based on Fl_Grid.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d9a061a2f..be40319ce 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -110,6 +110,7 @@ CREATE_EXAMPLE (forms forms.cxx "fltk_forms;fltk")
CREATE_EXAMPLE (fullscreen fullscreen.cxx "${GLDEMO_LIBS}")
CREATE_EXAMPLE (grid_alignment grid_alignment.cxx fltk)
CREATE_EXAMPLE (grid_buttons grid_buttons.cxx fltk)
+CREATE_EXAMPLE (grid_dialog grid_dialog.cxx fltk)
CREATE_EXAMPLE (grid_login grid_login.cxx fltk)
CREATE_EXAMPLE (handle_events handle_events.cxx "${GLDEMO_LIBS}")
CREATE_EXAMPLE (hello hello.cxx fltk)