summaryrefslogtreecommitdiffstats
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-02-18 10:28:54 +0100
committerGitHub <noreply@github.com>2021-02-18 10:28:54 +0100
commitc864f2c5326eb66ab33872c7bf6a341f63b2e197 (patch)
tree2ec783f75a4820f798341bafe8d8f671b3a336b3 /src/tests/CMakeLists.txt
parentMerge pull request #5954 from lat9nq/ffmpeg-431-2 (diff)
parentcommon/cityhash: Use common types (diff)
downloadyuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.tar
yuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.tar.gz
yuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.tar.bz2
yuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.tar.lz
yuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.tar.xz
yuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.tar.zst
yuzu-c864f2c5326eb66ab33872c7bf6a341f63b2e197.zip
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r--src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 6a5c18945..4ea0076e9 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,6 @@
add_executable(tests
common/bit_field.cpp
+ common/cityhash.cpp
common/fibers.cpp
common/param_package.cpp
common/ring_buffer.cpp