summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-06-13 23:30:17 +0200
committerSubv <subv2112@gmail.com>2017-06-15 19:08:53 +0200
commit7efb64132db95ef787481026a22d5b8244627a04 (patch)
treeae735abc18b8b74634a34bbbed5c9f4243321790 /src/core/CMakeLists.txt
parentServices/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738) (diff)
downloadyuzu-7efb64132db95ef787481026a22d5b8244627a04.tar
yuzu-7efb64132db95ef787481026a22d5b8244627a04.tar.gz
yuzu-7efb64132db95ef787481026a22d5b8244627a04.tar.bz2
yuzu-7efb64132db95ef787481026a22d5b8244627a04.tar.lz
yuzu-7efb64132db95ef787481026a22d5b8244627a04.tar.xz
yuzu-7efb64132db95ef787481026a22d5b8244627a04.tar.zst
yuzu-7efb64132db95ef787481026a22d5b8244627a04.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 b16a89990..ea09819e5 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -144,6 +144,7 @@ set(SRCS
hle/service/nwm/nwm_tst.cpp
hle/service/nwm/nwm_uds.cpp
hle/service/nwm/uds_beacon.cpp
+ hle/service/nwm/uds_data.cpp
hle/service/pm_app.cpp
hle/service/ptm/ptm.cpp
hle/service/ptm/ptm_gets.cpp
@@ -341,6 +342,7 @@ set(HEADERS
hle/service/nwm/nwm_tst.h
hle/service/nwm/nwm_uds.h
hle/service/nwm/uds_beacon.h
+ hle/service/nwm/uds_data.h
hle/service/pm_app.h
hle/service/ptm/ptm.h
hle/service/ptm/ptm_gets.h