summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-10 02:10:58 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-18 16:53:47 +0100
commitae53b84efd5523e2aba3255f9f713d4a1df563b3 (patch)
tree6c368afbdc6c0376c9e4291a735c9c0c50b0aa91 /src/core/CMakeLists.txt
parentam/applets: Add Applet superclass to describe a generic applet (diff)
downloadyuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.tar
yuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.tar.gz
yuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.tar.bz2
yuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.tar.lz
yuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.tar.xz
yuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.tar.zst
yuzu-ae53b84efd5523e2aba3255f9f713d4a1df563b3.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 698f21a39..03ecb2c8c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -77,6 +77,8 @@ add_library(core STATIC
file_sys/vfs_vector.h
file_sys/xts_archive.cpp
file_sys/xts_archive.h
+ frontend/applets/software_keyboard.cpp
+ frontend/applets/software_keyboard.h
frontend/emu_window.cpp
frontend/emu_window.h
frontend/framebuffer_layout.cpp