diff options
Diffstat (limited to 'fl_config.cmake.in')
| -rw-r--r-- | fl_config.cmake.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fl_config.cmake.in b/fl_config.cmake.in index a6e3b086e..3fdcea274 100644 --- a/fl_config.cmake.in +++ b/fl_config.cmake.in @@ -2,7 +2,7 @@ /* * Build configuration file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2021 by Bill Spitzak and others. + * Copyright 1998-2023 by Bill Spitzak and others. * * This library is free software. Distribution and use rights are outlined in * the file "COPYING" which should have been included with this file. If this @@ -47,6 +47,15 @@ /* + * FLTK_HAVE_FORMS + * + * Do we have the Forms compatibility library available? +*/ + +#cmakedefine FLTK_HAVE_FORMS 1 + + +/* * FLTK_USE_X11 * * Do we use X11 for the current platform? |
