refactor: move iir_filter to separate compilation unit

This commit is contained in:
2026-03-02 17:23:14 +01:00
parent 7de913f19c
commit 6ff7db4d93
9 changed files with 103 additions and 70 deletions

View File

@@ -2,6 +2,7 @@ project(Pasada_Lib)
SET(PASADA_SRC
library.cpp
iir_filter.cpp
)
if(PASADA_BUILD_TESTS)