fltk/CMake
Albrecht Schlosser 8b4af06a96 CMake: don't export unnecessary executable files
Exporting executable files means that they would appear in the CMake
config files as "imported targets". This could break the config files
of Linux and other distributions if such executables are not installed
when building FLTK programs.

The only executable files that need to be exported are the `fluid`
executables that may be used to convert .fl files during building.
2026-02-07 20:08:23 +01:00
..
cmake_uninstall.cmake.in Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
compatibility.cmake Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
export.cmake Remove hardcoded version numbers: part 1 2025-05-06 19:25:53 +02:00
fl_add_library.cmake CMake: improve setting C++ standard and configuration summary 2025-03-13 18:46:02 +01:00
fl_create_example.cmake Remove libfltk_cairo (fltk::cairo) 2025-03-16 00:10:53 +01:00
fl_debug_pkg.cmake CMake: improve formatting, remove debug statements 2024-02-13 15:10:06 +01:00
fl_debug_var.cmake CMake: check version for some properties in fl_debug_target() 2025-04-02 19:59:56 +02:00
fl_summary.cmake CMake: improve setting C++ standard and configuration summary 2025-03-13 18:46:02 +01:00
FLTK-Functions.cmake Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
FLTKConfig.cmake.in Fix typo in CMake config file 2026-02-01 14:46:06 +01:00
gen_config.cmake Remove hardcoded version numbers: part 1 2025-05-06 19:25:53 +02:00
install-symlinks.cmake.in CMake: improve formatting, remove debug statements 2024-02-13 15:10:06 +01:00
install.cmake CMake: don't export unnecessary executable files 2026-02-07 20:08:23 +01:00
macOS-bundle-wrapper.in Create macOS "bundle wrapper" scripts (#115) 2020-07-23 02:07:43 +02:00
macOSMaxAllowed.c Improve procedure to construct best link command for macOS platform 2024-11-28 14:59:32 +01:00
MacOSXBundleInfo.plist.in
options.cmake CMake: add try_compile() to figure out if Pen/Tablet is supported 2026-01-29 17:43:21 +01:00
pen-support.c CMake: add try_compile() to figure out if Pen/Tablet is supported 2026-01-29 17:43:21 +01:00
posixScandir.cxx CMake: fix potential compiler warning in test file. 2017-06-29 18:27:07 +00:00
pthread_mutex_recursive.c Call pthread's recursive mutex on Linux (Issue #245) 2021-07-21 12:16:20 +02:00
resources.cmake CMake: replace check_function_exists() with check_symbol_exists() (#1053) 2024-08-31 16:59:03 +02:00
setup.cmake MSYS2: Correctly detect ucrt64 environment (PR #1167) 2025-01-16 18:14:41 +01:00
variables.cmake Add build option FLTK_USE_DBUS to allow build w/o dbus (PR #1252) 2025-06-03 16:19:27 +02:00