diff options
| author | Mai M <mathew1800@gmail.com> | 2021-06-11 14:26:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 14:26:54 -0400 |
| commit | 9951322e5a37a604e185ae7013af7c4cfc5c35f8 (patch) | |
| tree | 6d765e2d635990de4acb98c1e2b6ce125546f629 /src/tests/CMakeLists.txt | |
| parent | 0c0c1a039ec73937db4bc24e0bcbc478e3e6704b (diff) | |
| parent | 7f85abb28120fbb57bb813b828ee42f2a2031990 (diff) | |
Merge pull request #6422 from FernandoS27/i-am-the-senate
Implement/Port Fastmem from Citra to Yuzu
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 d875c4fee..96bc30cac 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -2,6 +2,7 @@ add_executable(tests common/bit_field.cpp common/cityhash.cpp common/fibers.cpp + common/host_memory.cpp common/param_package.cpp common/ring_buffer.cpp core/core_timing.cpp |
