diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-07 18:01:59 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-07 18:01:59 +0200 |
| commit | e6c2503453ed6ff253b2574211edaeb936b51965 (patch) | |
| tree | 79b8416cf11a47935ef217078507d9237652ef74 /examples/CMakeLists.txt | |
| parent | 713d276b1c0786da3390e4e78dc9de7bd31a8b62 (diff) | |
Add Fl_Flex demo "howto-flex-simple" to examples
This demo program uses an Fl_Flex widget with one row of buttons.
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index fc92de28b..2cf147637 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,7 @@ # # CMakeLists.txt used to build example apps by the CMake build system # -# Copyright 2020-2021 by Bill Spitzak and others. +# Copyright 2020-2022 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -37,6 +37,7 @@ set (SIMPLE_SOURCES howto-browser-with-icons howto-drag-and-drop howto-draw-an-x + howto-flex-simple howto-menu-with-images howto-parse-args howto-remap-numpad-keyboard-keys |
