summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-26 04:01:28 +0200
committerGitHub <noreply@github.com>2018-07-26 04:01:28 +0200
commit851089b4824d4d25cdc9f242af11fdca74c148fe (patch)
treef426baa3eedd15a1572884584ec18ba14b9a88a7 /src/core/CMakeLists.txt
parentMerge pull request #820 from lioncash/es (diff)
parentservice: Add pm services (diff)
downloadyuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.tar
yuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.tar.gz
yuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.tar.bz2
yuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.tar.lz
yuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.tar.xz
yuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.tar.zst
yuzu-851089b4824d4d25cdc9f242af11fdca74c148fe.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 87e381055..d513ce70a 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -203,6 +203,8 @@ add_library(core STATIC
hle/service/pctl/module.h
hle/service/pctl/pctl.cpp
hle/service/pctl/pctl.h
+ hle/service/pm/pm.cpp
+ hle/service/pm/pm.h
hle/service/prepo/prepo.cpp
hle/service/prepo/prepo.h
hle/service/service.cpp