summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-02-01 01:56:59 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-02-02 18:37:07 +0100
commit7725256f649719dcce2c50ea84e79d6199dd9a50 (patch)
treed9266b5991cc7c6a2c9c6bc55f39dd9c71897d59 /src/core/CMakeLists.txt
parentUpdate boost external (diff)
downloadyuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.tar
yuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.tar.gz
yuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.tar.bz2
yuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.tar.lz
yuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.tar.xz
yuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.tar.zst
yuzu-7725256f649719dcce2c50ea84e79d6199dd9a50.zip
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 ac173c486..0ab0e440c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -26,6 +26,7 @@ set(SRCS
hle/kernel/kernel.cpp
hle/kernel/mutex.cpp
hle/kernel/semaphore.cpp
+ hle/kernel/session.cpp
hle/kernel/shared_memory.cpp
hle/kernel/timer.cpp
hle/kernel/thread.cpp