diff options
| author | 2023-03-25 22:43:55 -0400 | |
|---|---|---|
| committer | 2023-03-25 23:52:25 -0400 | |
| commit | 9971cd1d55b0481a2af74a7694b6dcf686176c7c (patch) | |
| tree | 12cdacd7b5292d31a7b92f8744ac7960b93fb6a5 /src/common/CMakeLists.txt | |
| parent | CMakeLists: Require a minimum of boost 1.79.0 (diff) | |
| download | yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.gz yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.xz yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.zip | |
common: Port boost's hash_value implementation
Ports a small subset of boost's hash_value implementation (<= 1.80.0).
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 90805babe..c1d2b24a1 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -38,6 +38,7 @@ add_library(common STATIC | |||
| 38 | common_precompiled_headers.h | 38 | common_precompiled_headers.h |
| 39 | common_types.h | 39 | common_types.h |
| 40 | concepts.h | 40 | concepts.h |
| 41 | container_hash.h | ||
| 41 | demangle.cpp | 42 | demangle.cpp |
| 42 | demangle.h | 43 | demangle.h |
| 43 | div_ceil.h | 44 | div_ceil.h |