summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-03-20 03:36:51 +0100
committerSubv <subv2112@gmail.com>2017-05-15 20:05:15 +0200
commit528dea988c9f8012a2872e78f168eac1b3161c57 (patch)
treecd690d01edb47cef0877b104e56e485d971c6686 /src/core/CMakeLists.txt
parentMerge pull request #2628 from Subv/uds (diff)
downloadyuzu-528dea988c9f8012a2872e78f168eac1b3161c57.tar
yuzu-528dea988c9f8012a2872e78f168eac1b3161c57.tar.gz
yuzu-528dea988c9f8012a2872e78f168eac1b3161c57.tar.bz2
yuzu-528dea988c9f8012a2872e78f168eac1b3161c57.tar.lz
yuzu-528dea988c9f8012a2872e78f168eac1b3161c57.tar.xz
yuzu-528dea988c9f8012a2872e78f168eac1b3161c57.tar.zst
yuzu-528dea988c9f8012a2872e78f168eac1b3161c57.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 61a0b1cc3..ee03567e0 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -140,6 +140,7 @@ set(SRCS
hle/service/nwm/nwm_soc.cpp
hle/service/nwm/nwm_tst.cpp
hle/service/nwm/nwm_uds.cpp
+ hle/service/nwm/uds_beacon.cpp
hle/service/pm_app.cpp
hle/service/ptm/ptm.cpp
hle/service/ptm/ptm_gets.cpp
@@ -328,6 +329,7 @@ set(HEADERS
hle/service/nwm/nwm_soc.h
hle/service/nwm/nwm_tst.h
hle/service/nwm/nwm_uds.h
+ hle/service/nwm/uds_beacon.h
hle/service/pm_app.h
hle/service/ptm/ptm.h
hle/service/ptm/ptm_gets.h