diff options
author | comex <comexk@gmail.com> | 2021-01-24 21:17:02 +0100 |
---|---|---|
committer | comex <comexk@gmail.com> | 2021-02-28 23:25:31 +0100 |
commit | 2910aa77b2feea39fc0618598e275b138a346e71 (patch) | |
tree | 2760d0c2914c672ae2cd2450851e4feda3b053e5 /src/tests/CMakeLists.txt | |
parent | Merge pull request #6007 from bunnei/ldn-error (diff) | |
download | yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.gz yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.bz2 yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.lz yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.xz yuzu-2910aa77b2feea39fc0618598e275b138a346e71.tar.zst yuzu-2910aa77b2feea39fc0618598e275b138a346e71.zip |
Diffstat (limited to '')
-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 ) |