summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-22 02:18:16 +0200
committerGitHub <noreply@github.com>2017-05-22 02:18:16 +0200
commitcc566dadd8cd310658785b87b1692880ce51eeda (patch)
tree07136b798781adb9d864115f338eb62d09147949 /src/core/CMakeLists.txt
parentMerge pull request #2694 from Subv/vfp_vsub_ftz (diff)
parentKernel/Sessions: Remove the ClientSession::Create function. (diff)
downloadyuzu-cc566dadd8cd310658785b87b1692880ce51eeda.tar
yuzu-cc566dadd8cd310658785b87b1692880ce51eeda.tar.gz
yuzu-cc566dadd8cd310658785b87b1692880ce51eeda.tar.bz2
yuzu-cc566dadd8cd310658785b87b1692880ce51eeda.tar.lz
yuzu-cc566dadd8cd310658785b87b1692880ce51eeda.tar.xz
yuzu-cc566dadd8cd310658785b87b1692880ce51eeda.tar.zst
yuzu-cc566dadd8cd310658785b87b1692880ce51eeda.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 b894564b6..c733e5d21 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -239,6 +239,7 @@ set(HEADERS
hle/kernel/semaphore.h
hle/kernel/server_port.h
hle/kernel/server_session.h
+ hle/kernel/session.h
hle/kernel/shared_memory.h
hle/kernel/thread.h
hle/kernel/timer.h