summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-04-12 23:26:27 +0200
committerLiam <byteslice@airmail.cc>2022-04-13 14:41:27 +0200
commitf17aaeccf915f4d2eef58354da5b16700263dba4 (patch)
tree9f0420dabd5345577226a16ed017485bbbe8e8d2 /src/core/CMakeLists.txt
parentMerge pull request #8165 from bunnei/ensure-session-port-cleanup (diff)
downloadyuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.gz
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.bz2
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.lz
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.xz
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.zst
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index ffbda7925..b681d21a7 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -460,6 +460,8 @@ add_library(core STATIC
hle/service/hid/controllers/touchscreen.h
hle/service/hid/controllers/xpad.cpp
hle/service/hid/controllers/xpad.h
+ hle/service/jit/jit_context.cpp
+ hle/service/jit/jit_context.h
hle/service/jit/jit.cpp
hle/service/jit/jit.h
hle/service/lbl/lbl.cpp