aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-28 20:59:09 -0400
committerLioncash <mathew1800@gmail.com>2018-07-28 21:09:07 -0400
commitca7655be3a0502e991471ab062b7a481e4a7ed05 (patch)
tree8dd0eda87e1d51b9bd10cf1ff83599c8491f8bd5 /src/core/CMakeLists.txt
parent458fdda7005f5c84dad652792254260b01a1f389 (diff)
service: Add btm services
Adds the skeleton for the btm services based off the 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 f1e7e2593..2b9e3a6ce 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -142,6 +142,8 @@ add_library(core STATIC
hle/service/bcat/module.h
hle/service/btdrv/btdrv.cpp
hle/service/btdrv/btdrv.h
+ hle/service/btm/btm.cpp
+ hle/service/btm/btm.h
hle/service/erpt/erpt.cpp
hle/service/erpt/erpt.h
hle/service/es/es.cpp