aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-27 22:58:51 -0400
committerGitHub <noreply@github.com>2020-05-27 22:58:51 -0400
commit640f0d1cec7cea180b44eac82624e7f382f5da4b (patch)
treec2b4a3ca8c3799e0701407f432cafe95c8e37512 /src/common/CMakeLists.txt
parent630fc12d4efcdcc006573d4c3e54c7024cf8fdee (diff)
parentb2af3049185567dfb48aab18957221198c8eab09 (diff)
Merge pull request #3954 from Morph1984/log-memory-amount
main: Log host system memory parameters
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e6769a5f3..264dff546 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -123,6 +123,8 @@ add_library(common STATIC
lz4_compression.cpp
lz4_compression.h
math_util.h
+ memory_detect.cpp
+ memory_detect.h
memory_hook.cpp
memory_hook.h
microprofile.cpp