summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-09 19:55:35 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-09 20:36:23 +0100
commit500e470d392a547e6b72ac3fec92e0cd638c0d2f (patch)
tree7e308cfe1aaa4881ac75fdafeffe6bc9518efd62 /src/CMakeLists.txt
parent5c5244b1622561809173cbfc41fa9c1290d55fe2 (diff)
Refactor fluid: make fl_write_png() public
The new function fl_write_png() was moved to its own file and is now publicly available ("exported") so other programs can use it. This function was used in fluid to write a window screenshot (.png) together with a template (.fl) to preferences storage.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 274df8e02..0efbfede4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,7 @@
#
# CMakeLists.txt to build the FLTK library using CMake (www.cmake.org)
#
-# Copyright 1998-2020 by Bill Spitzak and others.
+# Copyright 1998-2021 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
@@ -424,6 +424,7 @@ set (GLCPPFILES
set (IMGCPPFILES
fl_images_core.cxx
+ fl_write_png.cxx
Fl_BMP_Image.cxx
Fl_File_Icon2.cxx
Fl_GIF_Image.cxx