summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-10 02:12:12 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-18 16:53:47 +0100
commitde16c1e45326a5bb587a2c270b9b39042b245f7c (patch)
treea40fe3605cab81dd5265687dc341446ee94ea2e9 /src/core/CMakeLists.txt
parentfrontend/applets: Add frontend software keyboard provider and default (diff)
downloadyuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.tar
yuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.tar.gz
yuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.tar.bz2
yuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.tar.lz
yuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.tar.xz
yuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.tar.zst
yuzu-de16c1e45326a5bb587a2c270b9b39042b245f7c.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 03ecb2c8c..a355eaca6 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -154,6 +154,8 @@ add_library(core STATIC
hle/service/am/applet_oe.h
hle/service/am/applets/applets.cpp
hle/service/am/applets/applets.h
+ hle/service/am/applets/software_keyboard.cpp
+ hle/service/am/applets/software_keyboard.h
hle/service/am/idle.cpp
hle/service/am/idle.h
hle/service/am/omm.cpp