diff options
author | bunnei <bunneidev@gmail.com> | 2021-03-03 02:08:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 02:08:47 +0100 |
commit | f8bfec31095b8ccc7883dbff49472f6c0ce2dec8 (patch) | |
tree | 0c3fe3ba20f294d1fac2c89019204eec528c57f4 /src/tests/CMakeLists.txt | |
parent | Merge pull request #6020 from bunnei/shutdown-crash-2 (diff) | |
parent | [network] Error handling reform (diff) | |
download | yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.gz yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.bz2 yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.lz yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.xz yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.zst yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.zip |
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r-- | src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 4ea0076e9..d875c4fee 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -5,6 +5,7 @@ add_executable(tests common/param_package.cpp common/ring_buffer.cpp core/core_timing.cpp + core/network/network.cpp tests.cpp video_core/buffer_base.cpp ) |