diff options
author | Fernando S <fsahmkow27@gmail.com> | 2022-12-24 20:26:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 20:26:06 -0500 |
commit | 3e6850f00bdd541202a8369438bda7988c8001f5 (patch) | |
tree | 34691ecb826bc402f68a075de07f4f6aaebf8c44 /src/common/CMakeLists.txt | |
parent | c86e21abe422c3b424f4853e497932cdff5778e0 (diff) | |
parent | c6590ad07b384762fd90ee8852796ec681a69286 (diff) |
Merge pull request #9453 from ameerj/scratch-vector
common: Add ScratchBuffer Class
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 25b22a281..eb05e46a8 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -78,6 +78,7 @@ add_library(common STATIC logging/types.h lz4_compression.cpp lz4_compression.h + make_unique_for_overwrite.h math_util.h memory_detect.cpp memory_detect.h @@ -101,6 +102,7 @@ add_library(common STATIC ${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp scm_rev.h scope_exit.h + scratch_buffer.h settings.cpp settings.h settings_input.cpp |