diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-06-05 11:23:25 +0200 |
---|---|---|
committer | Markus Wick <markus@selfnet.de> | 2021-06-11 17:27:06 +0200 |
commit | a7837a3791562899bf5e0e98aef851a2f4aaf376 (patch) | |
tree | 85d764268addf120981442a6cf2fb8d5614b7768 /src/common/CMakeLists.txt | |
parent | Merge pull request #6450 from lat9nq/update-sdl (diff) | |
download | yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.tar yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.tar.gz yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.tar.bz2 yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.tar.lz yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.tar.xz yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.tar.zst yuzu-a7837a3791562899bf5e0e98aef851a2f4aaf376.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 2d403d471..97fbdcbf9 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -131,6 +131,8 @@ add_library(common STATIC hash.h hex_util.cpp hex_util.h + host_memory.cpp + host_memory.h intrusive_red_black_tree.h logging/backend.cpp logging/backend.h |