summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2021-02-15 14:46:04 -0800
committerGravatar bunnei2021-02-15 14:46:04 -0800
commit0a91599aec5a0c4d4c87d3e23fea07dbb6ced0f7 (patch)
tree1319cde17514c49d01045379d3a7ce2b4ccace0a /src/common/CMakeLists.txt
parentMerge pull request #5939 from Morph1984/web_types (diff)
downloadyuzu-0a91599aec5a0c4d4c87d3e23fea07dbb6ced0f7.tar.gz
yuzu-0a91599aec5a0c4d4c87d3e23fea07dbb6ced0f7.tar.xz
yuzu-0a91599aec5a0c4d4c87d3e23fea07dbb6ced0f7.zip
common: Merge uint128 to a single header file with inlines.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 263c457cd..b657506b1 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -168,7 +168,6 @@ add_library(common STATIC
168 time_zone.cpp 168 time_zone.cpp
169 time_zone.h 169 time_zone.h
170 tree.h 170 tree.h
171 uint128.cpp
172 uint128.h 171 uint128.h
173 uuid.cpp 172 uuid.cpp
174 uuid.h 173 uuid.h