diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2019-11-28 10:54:47 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2019-11-28 10:54:47 -0800 |
commit | c093728ced2da0eb5fb01235c62460262b704790 (patch) | |
tree | 8ff77170d197628875f5af3fda7c855fa2d244bf /CMakeLists.txt | |
parent | 576adf06b16f6b1c88991970dce06fcabbb04f28 (diff) |
Move the polyphase resampler to the common lib
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 98f9ad49..a4300f65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -551,6 +551,8 @@ SET(COMMON_OBJS common/intrusive_ptr.h common/math_defs.h common/opthelpers.h + common/polyphase_resampler.cpp + common/polyphase_resampler.h common/pragmadefs.h common/strutils.cpp common/strutils.h |