diff options
author | bunnei <bunneidev@gmail.com> | 2018-11-20 08:24:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 08:24:11 -0800 |
commit | b6d2c64f4dcb01f1ffc99f9a057910ec65c6a401 (patch) | |
tree | b75fde22327ac851821d58078614e62cc1c29916 /src/yuzu/CMakeLists.txt | |
parent | e9265ac598d65a41e5d62103e48b7786e7cd64d6 (diff) | |
parent | a9fa890f14afc84307884aa802b6255c906054d9 (diff) |
Merge pull request #1667 from DarkLordZach/swkbd
am: Implement HLE software keyboard applet
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 34f36f06b..cfca8f4a8 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -7,6 +7,8 @@ add_executable(yuzu Info.plist about_dialog.cpp about_dialog.h + applets/software_keyboard.cpp + applets/software_keyboard.h bootmanager.cpp bootmanager.h compatibility_list.cpp |