summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-07-17 16:25:58 +0200
committerSubv <subv2112@gmail.com>2017-08-27 17:48:09 +0200
commit54411bef4eb16af0822820205a923690ea7e822a (patch)
treee8a0a55d7be9cb4bd50c456ecb7d934685d95f9c /src/core/CMakeLists.txt
parentMerge pull request #2814 from Kloen/macro-remove (diff)
downloadyuzu-54411bef4eb16af0822820205a923690ea7e822a.tar
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.gz
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.bz2
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.lz
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.xz
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.zst
yuzu-54411bef4eb16af0822820205a923690ea7e822a.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 ea09819e5..0719138af 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_connection.cpp
hle/service/nwm/uds_data.cpp
hle/service/pm_app.cpp
hle/service/ptm/ptm.cpp
@@ -342,6 +343,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_connection.h
hle/service/nwm/uds_data.h
hle/service/pm_app.h
hle/service/ptm/ptm.h