summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-24 18:49:08 +0100
committerLiam <byteslice@airmail.cc>2024-02-25 04:56:05 +0100
commitfd718f350ca4f13e4c2c0ca5ea4a9931255d3c13 (patch)
treeeba5380db4c87d13c25b61c8262cb9d01ba70637 /src/core/CMakeLists.txt
parentacc: add account manager for acc:u1 (diff)
downloadyuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.tar
yuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.tar.gz
yuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.tar.bz2
yuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.tar.lz
yuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.tar.xz
yuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.tar.zst
yuzu-fd718f350ca4f13e4c2c0ca5ea4a9931255d3c13.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 1eb43d816..63a6da12e 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1047,9 +1047,12 @@ add_library(core STATIC
hle/service/spl/spl_module.h
hle/service/spl/spl_results.h
hle/service/spl/spl_types.h
+ hle/service/ssl/cert_store.cpp
+ hle/service/ssl/cert_store.h
hle/service/ssl/ssl.cpp
hle/service/ssl/ssl.h
hle/service/ssl/ssl_backend.h
+ hle/service/ssl/ssl_types.h
hle/service/usb/usb.cpp
hle/service/usb/usb.h
hle/service/vi/application_display_service.cpp