diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-18 13:44:41 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-18 13:44:41 +0100 |
| commit | 0bc06e8f1a73e3df7f4173de90faaf5ecbd05297 (patch) | |
| tree | 207a311f9a51b7c577d8a5d02de695add215bc78 /test/CMakeLists.txt | |
| parent | 4a2833b10447749ec626f2b26b32a0c24a38ca09 (diff) | |
Reformat and move clipboard demo from examples to test folder
The clipboard demo is more a test program than an example and very
useful even if the examples are not built.
Also update dependencies.
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1ae931910..13a5f76f4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -72,6 +72,7 @@ CREATE_EXAMPLE (browser browser.cxx fltk ANDROID_OK) CREATE_EXAMPLE (button button.cxx fltk ANDROID_OK) CREATE_EXAMPLE (buttons buttons.cxx fltk ANDROID_OK) CREATE_EXAMPLE (checkers "checkers.cxx;checkers_pieces.fl;checkers.icns" "fltk_images;fltk" ANDROID_OK) +CREATE_EXAMPLE (clipboard clipboard.cxx "fltk_images;fltk") CREATE_EXAMPLE (clock clock.cxx fltk ANDROID_OK) CREATE_EXAMPLE (colbrowser colbrowser.cxx fltk) CREATE_EXAMPLE (color_chooser color_chooser.cxx fltk ANDROID_OK) |
