kopia lustrzana https://github.com/vsamy/DiFipp
rodzic
92e745712a
commit
050dd14760
|
@ -26,13 +26,17 @@
|
|||
# either expressed or implied, of the FreeBSD Project.
|
||||
|
||||
set(HEADERS
|
||||
BaseFilter.h
|
||||
BaseFilter.tpp
|
||||
BilinearTransform.h
|
||||
Butterworth.h
|
||||
Butterworth.tpp
|
||||
differentiators.h
|
||||
difi
|
||||
DigitalFilter.h
|
||||
GenericFilter.h
|
||||
GenericFilter.tpp
|
||||
math_utils.h
|
||||
MovingAverage.h
|
||||
polynome_functions.h
|
||||
type_checks.h
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "DigitalFilter.h"
|
||||
#include "GenericFilter.h"
|
||||
#include "MovingAverage.h"
|
||||
#include "differentiators.h"
|
||||
#include "polynome_functions.h"
|
||||
#include "typedefs.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#pragma once
|
||||
#include "catch_helper.h"
|
||||
#include "differentiators.h"
|
||||
#include "difi"
|
||||
#include <array>
|
||||
#include <catch2/catch.hpp>
|
||||
|
|
Ładowanie…
Reference in New Issue