From 4a461efae6fa36aeb50e61e381dc2ecf95b83d23 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 25 Nov 2023 20:30:58 +0100 Subject: CMake/Windows/MSVC: Add option to select MSVC Runtime Selects MSVC compiler/build options known as /MT, /MTd, /MD, or /MDd. This applies to "Visual Studio" (IDE) and "NMake Makefiles" builds. --- README.CMake.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.CMake.txt') diff --git a/README.CMake.txt b/README.CMake.txt index 7ada4cefc..c64c0c75c 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -133,6 +133,11 @@ FLTK_BUILD_TEST - default ON FLTK_BUILD_EXAMPLES - default OFF Builds the example programs in the 'examples' directory. +FLTK_MSVC_RUNTIME_DLL - default ON (only for Visual Studio and NMake). + Selects whether the build uses the MS runtime DLL or not. + Default is ON: either /MD or /MDd for Release or Debug, respectively. + Select OFF for either /MT or /MTd for Release or Debug, respectively. + OPTION_CAIRO - default OFF Enables support of class Fl_Cairo_Window (all platforms, requires the Cairo library) - see README.Cairo.txt. -- cgit v1.2.3