From 869df69ff210a35508f0b5f8a7d33b3adfe07fe3 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 3 Jan 2026 16:28:02 +0100 Subject: Update FLTK colormap (src/fl_cmap.h) w/o changing colors - update comments, including filenames - update build instructions for developers in util/cmap.cxx - update CMakeLists.txt (comments only) --- util/CMakeLists.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'util/CMakeLists.txt') diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt index 25ab479dc..565d52e86 100644 --- a/util/CMakeLists.txt +++ b/util/CMakeLists.txt @@ -24,8 +24,10 @@ # cmap - colormap generation program ####################################################################### -# This program produces the contents of "fl_cmap.h" -# It's used during the build process to generate src/fl_cmap.h +# This program produces the contents of "src/fl_cmap.h". +# It can be used to modify the built-in colormap in src/fl_cmap.h. +# This utility must be built and executed manually. See instructions +# in util/cmap.cxx . add_executable(cmap cmap.cxx) @@ -72,5 +74,5 @@ endif(FLTK_BUILD_PDF_DOCS) # Install rules (if any tools need to be installed) ####################################################################### -# Currently no utilities are installed as they are build-time tools only -# If you need to install any utilities, add install() commands here +# Currently no utilities are installed as they are build-time tools only. +# If you need to install any utilities, add install() commands here. -- cgit v1.2.3