diff options
| author | bunnei <bunneidev@gmail.com> | 2021-02-14 20:09:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 20:09:15 -0800 |
| commit | 8378b8a61feb971fc4b8af8468938e4691c2cfb7 (patch) | |
| tree | 6df36c0a553a72ad4ec5dca2a5134b44d0f31849 /src/audio_core/CMakeLists.txt | |
| parent | b0a39153512b1efc031f31e80924e6c14068f4a1 (diff) | |
| parent | 7ad63ea542c69b4d7d495a38aa247b4958989ee7 (diff) | |
Merge pull request #5909 from ogniK5377/I3dl2Reverb
audren: Implement I3dl2Reverb
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 d1d177b51..a0ae07752 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -15,6 +15,8 @@ add_library(audio_core STATIC command_generator.cpp command_generator.h common.h + delay_line.cpp + delay_line.h effect_context.cpp effect_context.h info_updater.cpp |
