summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-23 02:58:51 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-03 23:26:26 +0100
commitd17f38494b8d64c16ac718c660a57cd89ab48b6f (patch)
treed735e186b018ed98b7d5e223846d646be0fd9682 /src/core/CMakeLists.txt
parentsoftware_keyboard: Signal state changed event upon construction (diff)
downloadyuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar
yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.gz
yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.bz2
yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.lz
yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.xz
yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.zst
yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.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 73aec8ab0..4b51943ab 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -79,6 +79,8 @@ add_library(core STATIC
file_sys/vfs_vector.h
file_sys/xts_archive.cpp
file_sys/xts_archive.h
+ frontend/applets/profile_select.cpp
+ frontend/applets/profile_select.h
frontend/applets/software_keyboard.cpp
frontend/applets/software_keyboard.h
frontend/emu_window.cpp