summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-18 15:07:25 +0100
committerZach Hilman <zachhilman@gmail.com>2019-04-25 14:07:57 +0200
commitca5638a1426ce560f3896b3ff0d3efd02b654585 (patch)
tree45ad83b82fd843aa08371365410e7b1780b58c5f /src/common/CMakeLists.txt
parentMerge pull request #2416 from lioncash/wait (diff)
downloadyuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.tar
yuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.tar.gz
yuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.tar.bz2
yuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.tar.lz
yuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.tar.xz
yuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.tar.zst
yuzu-ca5638a1426ce560f3896b3ff0d3efd02b654585.zip
Diffstat (limited to '')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 1e8e1b215..cb514a0d2 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -123,6 +123,8 @@ add_library(common STATIC
timer.h
uint128.cpp
uint128.h
+ uuid.cpp
+ uuid.h
vector_math.h
web_result.h
zstd_compression.cpp