diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-13 19:42:14 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-13 21:56:05 +0100 |
| commit | bed6027cf05c2b94b573c5afe5be708482e1577d (patch) | |
| tree | 5b9e7dc896f2a74a0eb9d58c7be7d16d31b6677f /CMake/fl_debug_var.cmake | |
| parent | 2500899b09d422776d0cb1760b5438d30959128a (diff) | |
CMake: Improve configuration summary, add fl_debug_pkg macro
fl_debug_pkg(...) can be used to display CMake variables set by
executing pkg_check_modules(). This is for CMake debugging only.
The CMake configuration summary displays configuration options
of Wayland, Pango, Xft, and Cairo configuration.
Diffstat (limited to 'CMake/fl_debug_var.cmake')
| -rw-r--r-- | CMake/fl_debug_var.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMake/fl_debug_var.cmake b/CMake/fl_debug_var.cmake index 865f2a895..23417ede3 100644 --- a/CMake/fl_debug_var.cmake +++ b/CMake/fl_debug_var.cmake @@ -1,8 +1,7 @@ # # Macro used by the CMake build system for the Fast Light Tool Kit (FLTK). -# Written by Michael Surette # -# Copyright 1998-2020 by Bill Spitzak and others. +# Copyright 1998-2022 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 |
