diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2026-01-03 16:28:02 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2026-01-03 16:28:02 +0100 |
| commit | 869df69ff210a35508f0b5f8a7d33b3adfe07fe3 (patch) | |
| tree | 627415fe968dcc15a337b2fbf5fcb2e1bade3053 /util/CMakeLists.txt | |
| parent | 775239c2fcfe9d7729def5628dbe022c2a3b2b9e (diff) | |
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)
Diffstat (limited to 'util/CMakeLists.txt')
| -rw-r--r-- | util/CMakeLists.txt | 10 |
1 files changed, 6 insertions, 4 deletions
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. |
