diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-26 04:43:55 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-26 05:52:25 +0200 |
commit | 9971cd1d55b0481a2af74a7694b6dcf686176c7c (patch) | |
tree | 12cdacd7b5292d31a7b92f8744ac7960b93fb6a5 /src/common/CMakeLists.txt | |
parent | CMakeLists: Require a minimum of boost 1.79.0 (diff) | |
download | yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.gz yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.bz2 yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.lz yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.xz yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.tar.zst yuzu-9971cd1d55b0481a2af74a7694b6dcf686176c7c.zip |
Diffstat (limited to '')
-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 |