diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-25 22:43:55 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-25 23:52:25 -0400 |
commit | 9971cd1d55b0481a2af74a7694b6dcf686176c7c (patch) | |
tree | 12cdacd7b5292d31a7b92f8744ac7960b93fb6a5 /src/common/CMakeLists.txt | |
parent | c4f5615c6b908b66eded0317d401ef327abe1dbb (diff) |
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 common_precompiled_headers.h common_types.h concepts.h + container_hash.h demangle.cpp demangle.h div_ceil.h |