summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-13 20:16:54 +0100
committerGitHub <noreply@github.com>2022-11-13 20:16:54 +0100
commitedf7510dda6b62905920fbf3a2fe01abbeab920e (patch)
treef8af26ccb91f0e07265d713b64ec32eb7ad151cf /README.CMake.txt
parent57f61cf5a06f382a5fc6df60a5019d06f10df477 (diff)
Make building Fluid optional. (#539)
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 c26af1fe6..e83dc49a4 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -119,6 +119,9 @@ OPTION_BUILD_SHARED_LIBS - default OFF
Normally FLTK is built as static libraries which makes more portable
binaries. If you want to use shared libraries, this will build them too.
+FLTK_BUILD_FLUID - default ON
+ Builds the Fast Light User-Interface Designer ("FLUID").
+
FLTK_BUILD_TEST - default ON
Builds the test and demo programs in the 'test' directory.