diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-28 04:58:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 04:58:51 +0200 |
commit | 640f0d1cec7cea180b44eac82624e7f382f5da4b (patch) | |
tree | c2b4a3ca8c3799e0701407f432cafe95c8e37512 /src/common/CMakeLists.txt | |
parent | Merge pull request #3961 from Morph1984/bgra8_srgb (diff) | |
parent | Fix macOS code and change "Swapfile" to "Swap" (diff) | |
download | yuzu-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.txt | 2 |
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 |