aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-05-27 22:14:38 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-05-27 22:14:38 -0400
commitea8627d5360eedaa10c979854ad9b4dd3b85f800 (patch)
treef86432d845352498c43a5a0344d48527f661d59a /src/core/CMakeLists.txt
parentbeea6f054ae0bd40d1a564aa586735b81f2bf662 (diff)
event: fixed typos and updated CMakeLists
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 6ad30879..468e6a63 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -34,6 +34,7 @@ set(SRCS core.cpp
hle/config_mem.cpp
hle/coprocessor.cpp
hle/svc.cpp
+ hle/kernel/event.cpp
hle/kernel/kernel.cpp
hle/kernel/mutex.cpp
hle/kernel/thread.cpp