aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-05-28 16:36:38 +0300
committermailwl <mailwl@gmail.com>2018-05-28 16:46:56 +0300
commit7757cc1a7ffceccdcd87a77d8ea292c822fa9599 (patch)
tree4cd15764485f445d9c52cbcea96dcb480c3896f7 /src/core/CMakeLists.txt
parentd809f658275f348043cf481149739113cfb274a8 (diff)
Service/BCAT: add module and services
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 821d2f883..7ab60c5bc 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -124,6 +124,10 @@ add_library(core STATIC
hle/service/audio/audren_u.h
hle/service/audio/codecctl.cpp
hle/service/audio/codecctl.h
+ hle/service/bcat/module.cpp
+ hle/service/bcat/module.h
+ hle/service/bcat/bcat.cpp
+ hle/service/bcat/bcat.h
hle/service/fatal/fatal.cpp
hle/service/fatal/fatal.h
hle/service/fatal/fatal_p.cpp