diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-14 15:17:03 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-19 18:50:53 +0100 |
| commit | 1ce3a84e9fe74297aa764fc12536af544378d265 (patch) | |
| tree | 61a17c239aca387a978debd3fd3c733c383f902c /src/CMakeLists.txt | |
| parent | 0b8eabd184ac71b778c9fab3c6161b65b616f1f5 (diff) | |
Refactor and improve "Print front window" dialog
src/print_button.cxx: "Print front window" implementation (new file)
This is compiled and activated if USE_PRINT_BUTTON is defined.
The feature can be fine controlled by environment variable
'FLTK_PRINT_BUTTON' (see docs in source file).
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0efbfede4..8b64485a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -133,6 +133,8 @@ set (CPPFILES fl_diamond_box.cxx fl_draw.cxx fl_draw_pixmap.cxx + fl_encoding_latin1.cxx + fl_encoding_mac_roman.cxx fl_engraved_label.cxx fl_file_dir.cxx fl_font.cxx @@ -153,13 +155,12 @@ set (CPPFILES fl_shadow_box.cxx fl_shortcut.cxx fl_show_colormap.cxx + fl_string.cxx fl_symbols.cxx + fl_utf8.cxx fl_vertex.cxx + print_button.cxx screen_xywh.cxx - fl_utf8.cxx - fl_string.cxx - fl_encoding_latin1.cxx - fl_encoding_mac_roman.cxx ) # find all header files in source directory <FL/...> |
