diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-13 20:16:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 20:16:54 +0100 |
| commit | edf7510dda6b62905920fbf3a2fe01abbeab920e (patch) | |
| tree | f8af26ccb91f0e07265d713b64ec32eb7ad151cf /README.CMake.txt | |
| parent | 57f61cf5a06f382a5fc6df60a5019d06f10df477 (diff) | |
Make building Fluid optional. (#539)
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 3 |
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. |
