summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-01 02:20:51 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-02 20:20:35 +0100
commita41e9e93dd0786dc0fbdbe0fe61b7294490129ef (patch)
tree86cfb6b0832c619cc1617e2bd50b2b62844b6331 /src/common/CMakeLists.txt
parentMerge pull request #7227 from vonchenplus/fix_memory_leak_v2 (diff)
downloadyuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.tar
yuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.tar.gz
yuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.tar.bz2
yuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.tar.lz
yuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.tar.xz
yuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.tar.zst
yuzu-a41e9e93dd0786dc0fbdbe0fe61b7294490129ef.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 cb5c0f326..23d43a394 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -55,6 +55,7 @@ add_library(common STATIC
dynamic_library.h
error.cpp
error.h
+ expected.h
fiber.cpp
fiber.h
fs/file.cpp