summaryrefslogtreecommitdiffstats
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-05-01 17:08:02 +0200
committerGitHub <noreply@github.com>2023-05-01 17:08:02 +0200
commit47938541c25528d1122e15b87dc0113bbbe94d13 (patch)
tree03e528a1340c6b6d3991a9826962c7763077c6aa /src/tests/CMakeLists.txt
parentUpdate translations (2023-05-01) (#10129) (diff)
parentBufferCache: Fixes and address feedback (diff)
downloadyuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.gz
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.bz2
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.lz
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.xz
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.zst
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.zip
Diffstat (limited to '')
-rw-r--r--src/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 39b774c98..1e158f375 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -15,7 +15,7 @@ add_executable(tests
core/core_timing.cpp
core/internal_network/network.cpp
precompiled_headers.h
- video_core/buffer_base.cpp
+ video_core/memory_tracker.cpp
input_common/calibration_configuration_job.cpp
)