Files
fltk/util
Matthias Melcher 2fb67053a1
Some checks failed
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled
Fixes Code Viewer widget height calculation
2025-12-28 23:15:30 +01:00
..

Utility programs used to build the FLTK library.

Contents:

  cmap.cxx              generate src/fl_cmap.h
  code_snapshot.cxx     PDF documentation tool to generate a png image from a
                        Doxygen `@code` segment with international characters

Build System:

  The util directory includes CMake support. Utilities are built
  automatically during the build process when needed. Some utilities
  are only built when specific features are enabled:

  - the PDF documentation helper is only built when FLTK_BUILD_PDF_DOCS=ON

  To add a new utility, edit util/CMakeLists.txt and follow the existing
  patterns for conditional building and target configuration.