summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-12-19 00:08:20 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-12-20 00:07:51 +0100
commitcfc34dd41d63f45b0587d089b8ec7fc2ed27c04e (patch)
tree0966e445a3e2bd6552703b8243643f8275836d0b /src/common/CMakeLists.txt
parentcommon: add make_unique_for_overwrite (diff)
downloadyuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.tar
yuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.tar.gz
yuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.tar.bz2
yuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.tar.lz
yuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.tar.xz
yuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.tar.zst
yuzu-cfc34dd41d63f45b0587d089b8ec7fc2ed27c04e.zip
Diffstat (limited to '')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index f558f5a58..eb05e46a8 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -102,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