diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-08-12 19:32:39 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-08-13 11:26:50 +0100 |
| commit | 4b44b8b4fba5ddfe28e5c6bd418f48ba475eaa79 (patch) | |
| tree | aff40cf37d7946ebff6317f2f715f21075514ebb /src/audio_core/CMakeLists.txt | |
| parent | 56300f2928a4eb982cf686f9e920d6e1e3b59356 (diff) | |
audio_core: Interpolate
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index 92322f59b..82e4850f7 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -1,6 +1,8 @@ add_library(audio_core STATIC algorithm/filter.cpp algorithm/filter.h + algorithm/interpolate.cpp + algorithm/interpolate.h audio_out.cpp audio_out.h audio_renderer.cpp |
