aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-25 19:04:31 -0400
committerLioncash <mathew1800@gmail.com>2018-07-25 22:13:39 -0400
commit821f2c03cb1a0778d2fb48abfb971357a06c5445 (patch)
treec0ddf2d3c9ac3c7d4e470b430f4640279542222c /src/core/CMakeLists.txt
parentd245610939219a3631a9a1850ffd8a504ce7d9d8 (diff)
service: Add the erpt services
Adds the basic skeleton of the erpt service 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 87e381055..755a8a7ee 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -136,6 +136,8 @@ add_library(core STATIC
hle/service/bcat/bcat.h
hle/service/bcat/module.cpp
hle/service/bcat/module.h
+ hle/service/erpt/erpt.cpp
+ hle/service/erpt/erpt.h
hle/service/es/es.cpp
hle/service/es/es.h
hle/service/fatal/fatal.cpp