summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-28 04:58:51 +0200
committerGitHub <noreply@github.com>2020-05-28 04:58:51 +0200
commit640f0d1cec7cea180b44eac82624e7f382f5da4b (patch)
treec2b4a3ca8c3799e0701407f432cafe95c8e37512 /src/common/CMakeLists.txt
parentMerge pull request #3961 from Morph1984/bgra8_srgb (diff)
parentFix macOS code and change "Swapfile" to "Swap" (diff)
downloadyuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.tar
yuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.tar.gz
yuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.tar.bz2
yuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.tar.lz
yuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.tar.xz
yuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.tar.zst
yuzu-640f0d1cec7cea180b44eac82624e7f382f5da4b.zip
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