diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-04-01 06:03:25 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-09 00:03:19 +0200 |
commit | 2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a (patch) | |
tree | 9f28e751655d1a46c9cff2a0fe104c0299dcd58e /src/tests/CMakeLists.txt | |
parent | common/thread_worker: Add wait for requests method (diff) | |
download | yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.tar yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.tar.gz yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.tar.bz2 yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.tar.lz yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.tar.xz yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.tar.zst yuzu-2c8d33741889ddffc6dfaf4b2f62e61f496c6b0a.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 96bc30cac..c4c012f3d 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -5,6 +5,7 @@ add_executable(tests common/host_memory.cpp common/param_package.cpp common/ring_buffer.cpp + common/unique_function.cpp core/core_timing.cpp core/network/network.cpp tests.cpp |