summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-27 22:05:36 +0200
committerGitHub <noreply@github.com>2018-07-27 22:05:36 +0200
commitd2749ef0ed4fea642bd3e0caa54c49211120f62a (patch)
tree2d26de7515409eff4a396440fe0614d5861ca978 /src/core/CMakeLists.txt
parentMerge pull request #837 from lioncash/priv (diff)
parentservice: Add the btdrv service (diff)
downloadyuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar
yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.gz
yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.bz2
yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.lz
yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.xz
yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.tar.zst
yuzu-d2749ef0ed4fea642bd3e0caa54c49211120f62a.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 b74e495ef..e52214ff9 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/btdrv/btdrv.cpp
+ hle/service/btdrv/btdrv.h
hle/service/erpt/erpt.cpp
hle/service/erpt/erpt.h
hle/service/es/es.cpp