aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-25 16:37:00 -0400
committerLioncash <mathew1800@gmail.com>2018-07-25 16:57:16 -0400
commitc664f8a2573426213c6f4c2f8fa40ad7e0d8443e (patch)
tree28fd6c402290199f38d49af3db66409e3a33098f /src/core/CMakeLists.txt
parent1e4935c3a0f7e76b9bcac3ffd57e530c5818edf2 (diff)
service: Add pm services
Adds the skeleton for the process management services based off information on Switch Brew.
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 833605475..8f40458fd 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -201,6 +201,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