From 8d4b0c15f795ec431983f4b04357417e6c8dba77 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:35:58 +0200 Subject: 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. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') 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 @@ -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 -- cgit v1.2.3