diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-04-07 10:43:55 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-04-07 10:44:20 +0200 |
| commit | 8e92ce49a88480df4851e7e1726ca0fca0173635 (patch) | |
| tree | c3e0f700850fbd8886fbd8daebdffb66b287ba6e /src/CMakeLists.txt | |
| parent | d46351a5917e66fdc990646da4b51402d6bac265 (diff) | |
Move Fl_Image_Reader.cxx to libfltk_images where it belongs.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 91354c6d1..4683c1817 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,7 +46,6 @@ set (CPPFILES Fl_Group.cxx Fl_Help_View.cxx Fl_Image.cxx - Fl_Image_Reader.cxx Fl_Image_Surface.cxx Fl_Input.cxx Fl_Input_.cxx @@ -421,6 +420,7 @@ set (IMGCPPFILES Fl_JPEG_Image.cxx Fl_PNG_Image.cxx Fl_PNM_Image.cxx + Fl_Image_Reader.cxx Fl_SVG_Image.cxx ) |
