summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar mailwl2018-05-28 16:36:38 +0300
committerGravatar mailwl2018-05-28 16:46:56 +0300
commit7757cc1a7ffceccdcd87a77d8ea292c822fa9599 (patch)
tree4cd15764485f445d9c52cbcea96dcb480c3896f7 /src/core/CMakeLists.txt
parentMerge pull request #472 from bunnei/greater-equal (diff)
downloadyuzu-7757cc1a7ffceccdcd87a77d8ea292c822fa9599.tar.gz
yuzu-7757cc1a7ffceccdcd87a77d8ea292c822fa9599.tar.xz
yuzu-7757cc1a7ffceccdcd87a77d8ea292c822fa9599.zip
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
124 hle/service/audio/audren_u.h 124 hle/service/audio/audren_u.h
125 hle/service/audio/codecctl.cpp 125 hle/service/audio/codecctl.cpp
126 hle/service/audio/codecctl.h 126 hle/service/audio/codecctl.h
127 hle/service/bcat/module.cpp
128 hle/service/bcat/module.h
129 hle/service/bcat/bcat.cpp
130 hle/service/bcat/bcat.h
127 hle/service/fatal/fatal.cpp 131 hle/service/fatal/fatal.cpp
128 hle/service/fatal/fatal.h 132 hle/service/fatal/fatal.h
129 hle/service/fatal/fatal_p.cpp 133 hle/service/fatal/fatal_p.cpp