diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2a79f5839..9c82f792b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -782,7 +782,7 @@ SET(SRCS gui/base/font.hpp gui/base/gui.hpp gui/base/input.hpp - gui/base/inputevent.hpp + events/inputguievent.h gui/base/key.hpp gui/base/keyevent.hpp gui/base/keyinput.hpp @@ -815,7 +815,6 @@ SET(SRCS gui/base/focushandler.cpp gui/base/font.cpp gui/base/gui.cpp - gui/base/inputevent.cpp gui/base/key.cpp gui/base/keyevent.cpp gui/base/keyinput.cpp |