mirror of
https://github.com/fltk/fltk.git
synced 2026-03-23 23:48:52 +08:00
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.