summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-30 19:06:52 +0200
committerGitHub <noreply@github.com>2018-07-30 19:06:52 +0200
commitc5fa3560a63e82babea22b148128f1e70fd54d06 (patch)
treebd86c30123f70ffe6d8fef6df3e8d166a585f33f /src/core/CMakeLists.txt
parentMerge pull request #856 from lioncash/btm (diff)
parentservice: Add wlan services (diff)
downloadyuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar
yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.gz
yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.bz2
yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.lz
yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.xz
yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.zst
yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.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 2b9e3a6ce..f05e02cfb 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -279,6 +279,8 @@ add_library(core STATIC
hle/service/vi/vi_s.h
hle/service/vi/vi_u.cpp
hle/service/vi/vi_u.h
+ hle/service/wlan/wlan.cpp
+ hle/service/wlan/wlan.h
hw/hw.cpp
hw/hw.h
hw/lcd.cpp