diff options
Diffstat (limited to 'fl_config.cmake.in')
| -rw-r--r-- | fl_config.cmake.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fl_config.cmake.in b/fl_config.cmake.in index c0505e03a..0acc7a8ff 100644 --- a/fl_config.cmake.in +++ b/fl_config.cmake.in @@ -57,6 +57,16 @@ /* + * FLTK_USE_CAIRO + * + * Do we use Cairo to draw to the display? + * + */ + +#cmakedefine FLTK_USE_CAIRO 1 + + +/* * FLTK_USE_WAYLAND * * Do we use Wayland for the current platform? |
