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 d5e0edfe7..99d36e1ec 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -769,7 +769,7 @@ SET(SRCS vector.h walklayer.cpp walklayer.h - gui/base/actionevent.hpp + events/actionevent.h listeners/actionlistener.h gui/base/basiccontainer.hpp gui/base/cliprectangle.hpp @@ -808,7 +808,6 @@ SET(SRCS gui/base/widgets/textbox.hpp gui/base/widgets/textfield.hpp gui/base/widgets/window.hpp - gui/base/actionevent.cpp gui/base/basiccontainer.cpp gui/base/cliprectangle.cpp gui/base/color.cpp |