daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Adds IIR filter library to CMakeLists #50

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

Looked into proper dependency management systems (like conan) but decided the added complexity and no longer working from HEAD was a step backwards. As such, I think we use use the FetchContent feature in CMake to source our dependencies directly from their repos.

This PR adds the IIR library to src/CMakeLists.txt

Closes #40