fltk/fluid
Albrecht Schlosser 3bdc51c480 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 19:36:59 +01:00
..
documentation Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
icons Make remaining 'XPM' images 'const' 2024-10-20 17:00:16 +02:00
pixmaps
templates Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
.gitignore
about_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
about_panel.fl Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
about_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
align_widget.cxx
align_widget.h
autodoc.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
autodoc.h
CMakeLists.txt CMake: don't export unnecessary executable files 2026-02-07 19:36:59 +01:00
code.cxx Fix typos and trailing whitespace 2025-02-05 12:34:39 +01:00
code.h
CodeEditor.cxx
CodeEditor.h
codeview_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
codeview_panel.fl Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
codeview_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
comments.h
custom_widgets.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
custom_widgets.h
ExternalCodeEditor_UNIX.cxx
ExternalCodeEditor_UNIX.h
ExternalCodeEditor_WIN32.cxx
ExternalCodeEditor_WIN32.h
factory.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
factory.h
Fd_Snap_Action.cxx
Fd_Snap_Action.h
file.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
file.h Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Button_Type.cxx
Fl_Button_Type.h
Fl_Function_Type.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Function_Type.h FLUID: Imporving method name can_have_children() 2024-09-11 15:00:48 +02:00
Fl_Grid_Type.cxx FLUID: Adds missing code for Grid and Flex live: #1092 2024-10-22 13:49:48 +02:00
Fl_Grid_Type.h FLUID: Adds missing code for Grid and Flex live: #1092 2024-10-22 13:49:48 +02:00
Fl_Group_Type.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Group_Type.h FLUID: Adds missing code for Grid and Flex live: #1092 2024-10-22 13:49:48 +02:00
Fl_Menu_Type.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Menu_Type.h FLUID: Eliminating two globals 2024-09-11 22:29:45 +02:00
Fl_Type.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Type.h Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Widget_Type.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Widget_Type.h
Fl_Window_Type.cxx Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
Fl_Window_Type.h FLUID: Imporving method name can_have_children() 2024-09-11 15:00:48 +02:00
fluid_filename.cxx FLUID: Remove warnings. 2024-12-21 12:22:13 -06:00
fluid_filename.h FLUID: Improve filename list in main menu. 2024-12-21 11:22:07 -06:00
Fluid_Image.cxx
Fluid_Image.h
fluid-shared.plist Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
fluid.cxx Fix compiler warning [-Wundef] 2025-07-15 18:50:42 +02:00
fluid.desktop
fluid.h Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
fluid.plist Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
fluid.xml
function_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
function_panel.fl Fluid: Rename Stratgy constants to comply with CMP. 2024-12-27 20:56:10 -05:00
function_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
makedepend Update dependencies 2024-10-15 19:52:16 +02:00
Makefile Configure/make: Quote variables that may contain spaces 2024-08-10 16:28:37 +02:00
mergeback.cxx
mergeback.h
pixmaps.cxx
pixmaps.h
print_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
print_panel.fl Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
print_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
README_fl.txt Fix typos and trailing whitespace 2025-02-05 12:34:39 +01:00
settings_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
settings_panel.fl Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
settings_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
shell_command.cxx FLUID: Fixing Project Modflags when adding shell commands. 2024-12-01 16:44:04 +01:00
shell_command.h
StyleParse.cxx
StyleParse.h
template_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
template_panel.fl Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
template_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
undo.cxx FLUID: clearing caches browser values (#1152) 2024-12-04 15:44:39 +01:00
undo.h FLUID: clearing caches browser values (#1152) 2024-12-04 15:44:39 +01:00
widget_browser.cxx FLUID: Fixes default settings tab. 2024-12-04 14:49:14 +01:00
widget_browser.h FLUID: clearing caches browser values (#1152) 2024-12-04 15:44:39 +01:00
widget_panel.cxx Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00
widget_panel.fl Update Fluid (.fl) files for release 1.4.1 2024-12-09 20:46:01 +01:00
widget_panel.h Bump version number from 1.4.4 to 1.4.5 2026-02-06 17:55:44 +01:00