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
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