summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-06-29 11:35:58 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-06-29 11:36:09 +0200
commit8d4b0c15f795ec431983f4b04357417e6c8dba77 (patch)
tree237becc1e29bf0a552e7700b231efcbd4431b97a /src/CMakeLists.txt
parent26e6c3f930a052a1e729d160b0e8e5b6042b5018 (diff)
Move class Fl_SVG_File_Surface from libfltk to libfltk_images.
File examples/SVG_File_Surface.cxx is no longer useful because it was a very partial implementation of what is now class Fl_SVG_File_Surface.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3c1f0f0d6..1d3017730 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -161,7 +161,6 @@ set (CPPFILES
fl_utf8.cxx
fl_encoding_latin1.cxx
fl_encoding_mac_roman.cxx
- drivers/SVG/Fl_SVG_File_Surface.cxx
)
# find all header files in source directory <FL/...>
@@ -423,6 +422,7 @@ set (IMGCPPFILES
Fl_PNM_Image.cxx
Fl_Image_Reader.cxx
Fl_SVG_Image.cxx
+ drivers/SVG/Fl_SVG_File_Surface.cxx
)
set (CFILES