Mercurial > hg > sonic-annotator
view bq-files.pri @ 399:a3912193ce69 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:57:37 +0100 |
parents | ba3c0e70b5dd |
children |
line wrap: on
line source
BQ_HEADERS += \ bqvec/bqvec/Allocators.h \ bqvec/bqvec/Barrier.h \ bqvec/bqvec/ComplexTypes.h \ bqvec/bqvec/Restrict.h \ bqvec/bqvec/RingBuffer.h \ bqvec/bqvec/VectorOpsComplex.h \ bqvec/bqvec/VectorOps.h \ bqvec/pommier/neon_mathfun.h \ bqvec/pommier/sse_mathfun.h \ bqfft/bqfft/FFT.h \ bqresample/bqresample/Resampler.h \ bqresample/speex/speex_resampler.h \ bqaudiostream/bqaudiostream/AudioReadStream.h \ bqaudiostream/bqaudiostream/AudioReadStreamFactory.h \ bqaudiostream/bqaudiostream/Exceptions.h \ bqthingfactory/bqthingfactory/ThingFactory.h BQ_SOURCES += \ bqvec/src/Allocators.cpp \ bqvec/src/Barrier.cpp \ bqvec/src/VectorOpsComplex.cpp \ bqfft/src/FFT.cpp \ bqresample/src/Resampler.cpp \ bqaudiostream/src/AudioReadStream.cpp \ bqaudiostream/src/AudioReadStreamFactory.cpp \ bqaudiostream/src/AudioStreamExceptions.cpp