diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-18 09:07:25 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-04-25 08:07:57 -0400 |
commit | ca5638a1426ce560f3896b3ff0d3efd02b654585 (patch) | |
tree | 45ad83b82fd843aa08371365410e7b1780b58c5f /src/common/CMakeLists.txt | |
parent | 78574e7a470a29e7ef0c1cc062d334d133c60830 (diff) |
common: Extract UUID to its own class
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
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 |