1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Fixed CMakelists.txt after file name change

This commit is contained in:
f4exb 2015-12-20 19:34:21 +01:00
parent 93571770bc
commit 6a31b5964a

View File

@ -167,9 +167,9 @@ set(sdrbase_HEADERS
include/dsp/misc.h include/dsp/misc.h
include/dsp/movingaverage.h include/dsp/movingaverage.h
include/dsp/nco.h include/dsp/nco.h
include/dsp/phasediscri.hpp include/dsp/phasediscri.h
include/dsp/phaselock.h include/dsp/phaselock.h
sdrbase/dsp/pidcontroller.h sdrbase/dsp/pidcontroller.h
include/dsp/samplefifo.h include/dsp/samplefifo.h
include/dsp/samplesink.h include/dsp/samplesink.h
include/dsp/nullsink.h include/dsp/nullsink.h