aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-20 10:44:55 -0500
committerGitHub <noreply@github.com>2018-02-20 10:44:55 -0500
commit587f22b610115d18f1631bcd502d268b6ac5b021 (patch)
tree742a7dce5c5ad73d64653ebd964d2056d651ef6c /src/core/CMakeLists.txt
parent23fe6f5be33ecf329a95c6b0e5f7e4c75917cef9 (diff)
parent678574972ad9ad9e018810663aee122bd6b00234 (diff)
Merge pull request #205 from bunnei/more-puyo-stubs
Stub several friend:a and acc:u0 service functions
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 76f70a844..ec011787e 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -112,6 +112,10 @@ add_library(core STATIC
hle/service/filesystem/filesystem.h
hle/service/filesystem/fsp_srv.cpp
hle/service/filesystem/fsp_srv.h
+ hle/service/friend/friend.cpp
+ hle/service/friend/friend.h
+ hle/service/friend/friend_a.cpp
+ hle/service/friend/friend_a.h
hle/service/hid/hid.cpp
hle/service/hid/hid.h
hle/service/lm/lm.cpp