fltk/fluid
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
..
app Fluid: Improve std::string output 2026-01-05 21:06:04 +01:00
documentation FLUID: Add support for lambda callbacks. 2025-12-22 23:12:42 +01:00
icons Make remaining 'XPM' images 'const' 2024-10-20 17:00:16 +02:00
io Fluid: Improve std::string output 2026-01-05 21:06:04 +01:00
nodes Fluid: Formatting changes. 2026-01-05 22:58:40 +01:00
panels Fluid: Improve std::string output 2026-01-05 21:06:04 +01:00
pixmaps FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
proj Fluid: Improve std::string output 2026-01-05 21:06:04 +01:00
rsrcs Fluid: restructuring and rejuvenation of the source code. 2025-03-16 17:16:12 -04:00
templates Restructuring Fluid source files. 2025-03-07 16:34:48 +01:00
tools Fluid: convert modal panels into tabs in the widget panel (#1339) 2025-11-29 12:57:08 +01:00
widgets Fluid: Improve std::string output 2026-01-05 21:06:04 +01:00
.gitignore Clean up .gitignore files 2025-12-30 18:41:33 +01:00
CMakeLists.txt CMake: don't export unnecessary executable files 2026-02-07 20:08:23 +01:00
fluid-shared.plist Fix "fully support ... own shared libraries" (#1238) 2025-04-21 19:50:12 +02:00
Fluid.cxx Fluid: Add automated MergeBack 2026-01-04 20:43:34 +01:00
fluid.desktop
Fluid.h Fix trailing whitespace and convert a few tabs to spaces 2025-07-08 15:25:14 +02:00
fluid.plist Update version numbers to 1.5.0 2025-03-06 18:16:03 +01:00
fluid.xml
main.cxx Fluid: restructuring and rejuvenation of the source code. 2025-03-16 17:16:12 -04:00
main.h Restructuring Fluid source files. 2025-03-07 16:34:48 +01:00
Project.cxx Fluid: Fix crash when saving an empty project. 2025-11-29 17:21:47 +01:00
Project.h Fluid: Fix relative project paths in GUI mode #1293 2025-08-13 21:23:48 +02:00
README_fl.txt Fluid: convert modal panels into tabs in the widget panel (#1339) 2025-11-29 12:57:08 +01:00