2017-10-22 06:01:04 -04:00
|
|
|
project (sdrbase)
|
|
|
|
|
|
|
|
set(sdrbase_SOURCES
|
|
|
|
audio/audiodeviceinfo.cpp
|
|
|
|
audio/audiofifo.cpp
|
|
|
|
audio/audiooutput.cpp
|
|
|
|
audio/audioinput.cpp
|
|
|
|
|
|
|
|
dsp/afsquelch.cpp
|
|
|
|
dsp/agc.cpp
|
|
|
|
dsp/downchannelizer.cpp
|
|
|
|
dsp/upchannelizer.cpp
|
|
|
|
dsp/channelmarker.cpp
|
|
|
|
dsp/ctcssdetector.cpp
|
|
|
|
dsp/cwkeyer.cpp
|
|
|
|
dsp/dspcommands.cpp
|
|
|
|
dsp/dspengine.cpp
|
|
|
|
dsp/dspdevicesourceengine.cpp
|
|
|
|
dsp/dspdevicesinkengine.cpp
|
|
|
|
dsp/fftengine.cpp
|
|
|
|
dsp/fftfilt.cxx
|
|
|
|
dsp/fftwindow.cpp
|
|
|
|
dsp/filterrc.cpp
|
|
|
|
dsp/filtermbe.cpp
|
|
|
|
dsp/filerecord.cpp
|
|
|
|
dsp/interpolator.cpp
|
|
|
|
dsp/hbfiltertraits.cpp
|
|
|
|
dsp/lowpass.cpp
|
|
|
|
dsp/nco.cpp
|
|
|
|
dsp/ncof.cpp
|
|
|
|
dsp/pidcontroller.cpp
|
|
|
|
dsp/phaselock.cpp
|
|
|
|
dsp/samplesinkfifo.cpp
|
|
|
|
dsp/samplesourcefifo.cpp
|
|
|
|
dsp/samplesinkfifodoublebuffered.cpp
|
|
|
|
dsp/basebandsamplesink.cpp
|
|
|
|
dsp/basebandsamplesource.cpp
|
|
|
|
dsp/nullsink.cpp
|
|
|
|
dsp/recursivefilters.cpp
|
|
|
|
dsp/threadedbasebandsamplesink.cpp
|
|
|
|
dsp/threadedbasebandsamplesource.cpp
|
|
|
|
dsp/wfir.cpp
|
|
|
|
dsp/devicesamplesource.cpp
|
|
|
|
dsp/devicesamplesink.cpp
|
|
|
|
|
2017-10-31 19:30:25 -04:00
|
|
|
device/devicesourceapi.cpp
|
|
|
|
device/devicesinkapi.cpp
|
2017-11-01 08:03:12 -04:00
|
|
|
# device/deviceenumerator.cpp
|
2017-10-31 19:30:25 -04:00
|
|
|
|
2017-10-22 06:01:04 -04:00
|
|
|
settings/preferences.cpp
|
|
|
|
settings/preset.cpp
|
|
|
|
settings/mainsettings.cpp
|
|
|
|
|
|
|
|
util/CRC64.cpp
|
|
|
|
util/db.cpp
|
|
|
|
util/message.cpp
|
|
|
|
util/messagequeue.cpp
|
|
|
|
util/prettyprint.cpp
|
|
|
|
util/syncmessenger.cpp
|
|
|
|
util/samplesourceserializer.cpp
|
|
|
|
util/simpleserializer.cpp
|
|
|
|
#util/spinlock.cpp
|
2017-10-31 19:30:25 -04:00
|
|
|
|
|
|
|
plugin/plugininterface.cpp
|
2017-10-22 06:01:04 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
set(sdrbase_HEADERS
|
|
|
|
audio/audiodeviceinfo.h
|
|
|
|
audio/audiofifo.h
|
|
|
|
audio/audiooutput.h
|
|
|
|
audio/audioinput.h
|
|
|
|
|
|
|
|
dsp/afsquelch.h
|
|
|
|
dsp/downchannelizer.h
|
|
|
|
dsp/upchannelizer.h
|
|
|
|
dsp/channelmarker.h
|
|
|
|
dsp/complex.h
|
|
|
|
dsp/cwkeyer.h
|
|
|
|
dsp/decimators.h
|
|
|
|
dsp/interpolators.h
|
|
|
|
dsp/dspcommands.h
|
|
|
|
dsp/dspengine.h
|
|
|
|
dsp/dspdevicesourceengine.h
|
|
|
|
dsp/dspdevicesinkengine.h
|
|
|
|
dsp/dsptypes.h
|
|
|
|
dsp/fftengine.h
|
|
|
|
dsp/fftfilt.h
|
|
|
|
dsp/fftwengine.h
|
|
|
|
dsp/fftwindow.h
|
|
|
|
dsp/filterrc.h
|
|
|
|
dsp/filtermbe.h
|
|
|
|
dsp/filerecord.h
|
|
|
|
dsp/gfft.h
|
|
|
|
dsp/interpolator.h
|
|
|
|
dsp/hbfiltertraits.h
|
|
|
|
dsp/inthalfbandfilter.h
|
|
|
|
dsp/inthalfbandfilterdb.h
|
|
|
|
dsp/inthalfbandfiltereo1.h
|
|
|
|
dsp/inthalfbandfiltereo1i.h
|
|
|
|
dsp/inthalfbandfilterst.h
|
|
|
|
dsp/inthalfbandfiltersti.h
|
|
|
|
dsp/kissfft.h
|
|
|
|
dsp/kissengine.h
|
|
|
|
dsp/lowpass.h
|
|
|
|
dsp/misc.h
|
|
|
|
dsp/movingaverage.h
|
|
|
|
dsp/nco.h
|
|
|
|
dsp/ncof.h
|
|
|
|
dsp/phasediscri.h
|
|
|
|
dsp/phaselock.h
|
|
|
|
dsp/pidcontroller.h
|
|
|
|
dsp/recursivefilters.h
|
|
|
|
dsp/samplesinkfifo.h
|
|
|
|
dsp/samplesourcefifo.h
|
|
|
|
dsp/samplesinkfifodoublebuffered.h
|
|
|
|
dsp/samplesinkfifodecimator.h
|
|
|
|
dsp/basebandsamplesink.h
|
|
|
|
dsp/basebandsamplesource.h
|
|
|
|
dsp/nullsink.h
|
|
|
|
dsp/threadedbasebandsamplesink.h
|
|
|
|
dsp/threadedbasebandsamplesource.h
|
|
|
|
dsp/wfir.h
|
|
|
|
dsp/devicesamplesource.h
|
|
|
|
dsp/devicesamplesink.h
|
|
|
|
|
2017-10-31 19:30:25 -04:00
|
|
|
device/devicesourceapi.h
|
|
|
|
device/devicesinkapi.h
|
2017-11-01 08:03:12 -04:00
|
|
|
# device/deviceenumerator.h
|
2017-10-31 19:30:25 -04:00
|
|
|
|
2017-10-22 06:01:04 -04:00
|
|
|
plugin/plugininstancegui.h
|
2017-10-31 19:30:25 -04:00
|
|
|
plugin/plugininterface.h
|
2017-10-22 06:01:04 -04:00
|
|
|
|
|
|
|
settings/preferences.h
|
|
|
|
settings/preset.h
|
|
|
|
settings/mainsettings.h
|
|
|
|
|
|
|
|
util/CRC64.h
|
|
|
|
util/db.h
|
|
|
|
util/doublebuffer.h
|
|
|
|
util/export.h
|
|
|
|
util/message.h
|
|
|
|
util/messagequeue.h
|
|
|
|
util/movingaverage.h
|
|
|
|
util/prettyprint.h
|
|
|
|
util/syncmessenger.h
|
|
|
|
util/samplesourceserializer.h
|
|
|
|
util/simpleserializer.h
|
|
|
|
#util/spinlock.h
|
|
|
|
)
|
|
|
|
|
|
|
|
set(sdrbase_SOURCES
|
|
|
|
${sdrbase_SOURCES}
|
|
|
|
${sdrbase_HEADERS}
|
|
|
|
)
|
|
|
|
|
|
|
|
if(FFTW3F_FOUND)
|
|
|
|
set(sdrbase_SOURCES
|
|
|
|
${sdrbase_SOURCES}
|
|
|
|
dsp/fftwengine.cpp
|
|
|
|
)
|
|
|
|
set(sdrbase_HEADERS
|
|
|
|
${sdrbase_HEADERS}
|
|
|
|
dsp/fftwengine.h
|
|
|
|
)
|
|
|
|
add_definitions(-DUSE_FFTW)
|
|
|
|
include_directories(${FFTW3F_INCLUDE_DIRS})
|
|
|
|
else(FFTW3F_FOUND)
|
|
|
|
set(sdrbase_SOURCES
|
|
|
|
${sdrbase_SOURCES}
|
|
|
|
dsp/kissengine.cpp
|
|
|
|
dsp/kissfft.h
|
|
|
|
)
|
|
|
|
set(sdrbase_HEADERS
|
|
|
|
${sdrbase_HEADERS}
|
|
|
|
dsp/kissengine.h
|
|
|
|
)
|
|
|
|
add_definitions(-DUSE_KISSFFT)
|
|
|
|
endif(FFTW3F_FOUND)
|
|
|
|
|
|
|
|
if (LIBSERIALDV_FOUND)
|
|
|
|
set(sdrbase_SOURCES
|
|
|
|
${sdrbase_SOURCES}
|
|
|
|
dsp/dvserialworker.cpp
|
|
|
|
dsp/dvserialengine.cpp
|
|
|
|
)
|
|
|
|
set(sdrbase_HEADERS
|
|
|
|
${sdrbase_HEADERS}
|
|
|
|
dsp/dvserialworker.h
|
|
|
|
dsp/dvserialengine.h
|
|
|
|
)
|
|
|
|
add_definitions(-DDSD_USE_SERIALDV)
|
|
|
|
include_directories(${LIBSERIALDV_INCLUDE_DIR})
|
|
|
|
endif(LIBSERIALDV_FOUND)
|
|
|
|
|
|
|
|
if (BUILD_DEBIAN)
|
|
|
|
set(sdrbase_SOURCES
|
|
|
|
${sdrbase_SOURCES}
|
|
|
|
dsp/dvserialworker.cpp
|
|
|
|
dsp/dvserialengine.cpp
|
|
|
|
)
|
|
|
|
set(sdrbase_HEADERS
|
|
|
|
${sdrbase_HEADERS}
|
|
|
|
dsp/dvserialworker.h
|
|
|
|
dsp/dvserialengine.h
|
|
|
|
)
|
|
|
|
add_definitions(-DDSD_USE_SERIALDV)
|
|
|
|
include_directories(${LIBSERIALDVSRC})
|
|
|
|
endif (BUILD_DEBIAN)
|
|
|
|
|
|
|
|
add_definitions(${QT_DEFINITIONS})
|
|
|
|
add_definitions(-DQT_SHARED)
|
|
|
|
|
|
|
|
add_library(sdrbase SHARED
|
|
|
|
${sdrbase_SOURCES}
|
|
|
|
${sdrbase_HEADERS_MOC}
|
|
|
|
)
|
|
|
|
|
|
|
|
include_directories(
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
|
|
.
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(sdrbase
|
|
|
|
${QT_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
if(FFTW3F_FOUND)
|
|
|
|
target_link_libraries(sdrbase ${FFTW3F_LIBRARIES})
|
|
|
|
endif(FFTW3F_FOUND)
|
|
|
|
|
|
|
|
if(LIBSERIALDV_FOUND)
|
|
|
|
target_link_libraries(sdrbase ${LIBSERIALDV_LIBRARY})
|
|
|
|
endif(LIBSERIALDV_FOUND)
|
|
|
|
|
|
|
|
if (BUILD_DEBIAN)
|
|
|
|
target_link_libraries(sdrbase serialdv)
|
|
|
|
endif (BUILD_DEBIAN)
|
|
|
|
|
|
|
|
set_target_properties(sdrbase PROPERTIES DEFINE_SYMBOL "sdrangel_EXPORTS")
|
|
|
|
target_compile_features(sdrbase PRIVATE cxx_generalized_initializers) # cmake >= 3.1.0
|
|
|
|
|
2017-10-22 16:12:45 -04:00
|
|
|
qt5_use_modules(sdrbase Core Multimedia)
|
2017-10-22 06:01:04 -04:00
|
|
|
|
|
|
|
install(TARGETS sdrbase DESTINATION lib)
|
|
|
|
|