From edf7510dda6b62905920fbf3a2fe01abbeab920e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 13 Nov 2022 20:16:54 +0100 Subject: Make building Fluid optional. (#539) --- README.CMake.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.CMake.txt') 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. -- cgit v1.2.3