summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-21 17:14:41 +0100
committerGitHub <noreply@github.com>2023-01-21 17:14:41 +0100
commit1fc269b0d4c79b256cc57740d318f95dded8c340 (patch)
tree5df94f8cb7f4e8629dbce7a36f070ea5b513d5d7 /README.CMake.txt
parent4ddcbc81de60faa0e9922db7df316f3d69cb8df7 (diff)
Move global FLTK options into new app fltk-admin (#560)
Diffstat (limited to 'README.CMake.txt')
-rw-r--r--README.CMake.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index bc9e81008..922e4c705 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -122,6 +122,9 @@ OPTION_BUILD_SHARED_LIBS - default OFF
FLTK_BUILD_FLUID - default ON
Builds the Fast Light User-Interface Designer ("FLUID").
+FLTK_BUILD_FLTK_OPTIONS - default ON
+ Builds the FLTK options editor ("fltk-options").
+
FLTK_BUILD_TEST - default ON
Builds the test and demo programs in the 'test' directory.