summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-01-06 18:28:51 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-01-06 18:29:25 +0100
commitb4697c33ff2eda9359044047f07d2fa1f6811221 (patch)
treeeb06dd0b7df871dce1f22b246a89deabdad65d98 /src/CMakeLists.txt
parent37eefe554888c240df85c4fdf17d24fc368cd11d (diff)
Remove Fl_Simple_Terminal (replaced by Fl_Terminal)
... as discussed previously.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 47d576ac3..80d829ce7 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-2023 by Bill Spitzak and others.
+# Copyright 1998-2024 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
@@ -80,7 +80,6 @@ set (CPPFILES
Fl_Scrollbar.cxx
Fl_Shared_Image.cxx
Fl_Shortcut_Button.cxx
- Fl_Simple_Terminal.cxx
Fl_Single_Window.cxx
Fl_Slider.cxx
Fl_Spinner.cxx