diff options
| author | 2022-12-18 17:44:34 -0500 | |
|---|---|---|
| committer | 2022-12-19 18:07:42 -0500 | |
| commit | 88ba5a7f22b5783e6e19059e49b632d0bd9c8da0 (patch) | |
| tree | 7b38b9b5cbe45b88b020e968a168f91a87e1a43d /src/common/CMakeLists.txt | |
| parent | Merge pull request #9474 from liamwhite/timer (diff) | |
| download | yuzu-88ba5a7f22b5783e6e19059e49b632d0bd9c8da0.tar.gz yuzu-88ba5a7f22b5783e6e19059e49b632d0bd9c8da0.tar.xz yuzu-88ba5a7f22b5783e6e19059e49b632d0bd9c8da0.zip | |
common: add make_unique_for_overwrite
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 25b22a281..f558f5a58 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -78,6 +78,7 @@ add_library(common STATIC | |||
| 78 | logging/types.h | 78 | logging/types.h |
| 79 | lz4_compression.cpp | 79 | lz4_compression.cpp |
| 80 | lz4_compression.h | 80 | lz4_compression.h |
| 81 | make_unique_for_overwrite.h | ||
| 81 | math_util.h | 82 | math_util.h |
| 82 | memory_detect.cpp | 83 | memory_detect.cpp |
| 83 | memory_detect.h | 84 | memory_detect.h |