diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2018-09-08 15:28:39 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-09-08 19:56:38 +0200 |
commit | 112351d557a41ed214eeef3a94ad0b7644466fbc (patch) | |
tree | 52657dd7e90ab2e80f8b1350db6071e0803b8a1e /src/common/CMakeLists.txt | |
parent | Add audio stretching support (diff) | |
download | yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.gz yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.bz2 yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.lz yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.xz yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.zst yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index f41946cc6..6a3f1fe08 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -71,6 +71,7 @@ add_library(common STATIC param_package.cpp param_package.h quaternion.h + ring_buffer.h scm_rev.cpp scm_rev.h scope_exit.h |