diff options
| author | 2021-02-15 14:46:04 -0800 | |
|---|---|---|
| committer | 2021-02-15 14:46:04 -0800 | |
| commit | 0a91599aec5a0c4d4c87d3e23fea07dbb6ced0f7 (patch) | |
| tree | 1319cde17514c49d01045379d3a7ce2b4ccace0a /src/common/CMakeLists.txt | |
| parent | Merge pull request #5939 from Morph1984/web_types (diff) | |
| download | yuzu-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.txt | 1 |
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 |