diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-08 20:36:20 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-11 23:19:14 +0200 |
commit | 290afc00d36bbdcdc67d66a4586fd2f188734ad3 (patch) | |
tree | d4f9a8eae42dd93ff1e7393ffea03b30faeab125 /src/common/CMakeLists.txt | |
parent | Merge pull request #6846 from ameerj/nvdec-gpu-decode (diff) | |
download | yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.tar yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.tar.gz yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.tar.bz2 yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.tar.lz yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.tar.xz yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.tar.zst yuzu-290afc00d36bbdcdc67d66a4586fd2f188734ad3.zip |
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 57922b51c..b18a2a2f5 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -53,6 +53,8 @@ add_library(common STATIC div_ceil.h dynamic_library.cpp dynamic_library.h + error.cpp + error.h fiber.cpp fiber.h fs/file.cpp @@ -88,7 +90,6 @@ add_library(common STATIC microprofile.cpp microprofile.h microprofileui.h - misc.cpp nvidia_flags.cpp nvidia_flags.h page_table.cpp |