aboutsummaryrefslogtreecommitdiff
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-05-01 11:08:02 -0400
committerGitHub <noreply@github.com>2023-05-01 11:08:02 -0400
commit47938541c25528d1122e15b87dc0113bbbe94d13 (patch)
tree03e528a1340c6b6d3991a9826962c7763077c6aa /src/tests/CMakeLists.txt
parent1f079d9566a7b9fb95222b00624234b65904c61a (diff)
parentd6f565e5da22ec6a6a77ffabd88e59f3a25bcc96 (diff)
Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom
Y.F.C Buffer Cache Revamp
Diffstat (limited to 'src/tests/CMakeLists.txt')
-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
)