summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-03-20 08:00:49 +0100
committerbunnei <bunneidev@gmail.com>2021-03-21 22:45:03 +0100
commit10265ad0e4fbc5e54c1607d18eded80d8340606c (patch)
treec5cbba076072af1acf2b47492f3b54dea92e706e /src/core/CMakeLists.txt
parentcommon: Move common sizes to their own header for code reuse. (diff)
downloadyuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.tar
yuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.tar.gz
yuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.tar.bz2
yuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.tar.lz
yuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.tar.xz
yuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.tar.zst
yuzu-10265ad0e4fbc5e54c1607d18eded80d8340606c.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index fdd084537..b09938de9 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -143,6 +143,7 @@ add_library(core STATIC
hle/ipc_helpers.h
hle/kernel/board/nintendo/nx/k_system_control.cpp
hle/kernel/board/nintendo/nx/k_system_control.h
+ hle/kernel/board/nintendo/nx/secure_monitor.h
hle/kernel/client_port.cpp
hle/kernel/client_port.h
hle/kernel/client_session.cpp