Added libgnuradio-pmt library dependency to build files

Without libgnuradio-pmt, linking fails in dsp/rds/decoder_impl.cc due
to an undefined reference to pmt_make_blob().
This commit is contained in:
Jon Szymaniak 2015-12-07 14:01:54 -05:00
parent bbed2c95dc
commit 5d0b3575c1
2 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,7 @@ endfunction(add_source_files)
# 3rd Party Dependency Stuff
find_package(Qt5 COMPONENTS Core Network Widgets REQUIRED)
find_package(Boost COMPONENTS system program_options REQUIRED)
set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG AUDIO BLOCKS DIGITAL FILTER FFT)
set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG AUDIO BLOCKS DIGITAL FILTER FFT PMT)
find_package(Gnuradio REQUIRED)
find_package(Gnuradio-osmosdr REQUIRED)

View File

@ -233,6 +233,7 @@ PKGCONFIG += gnuradio-analog \
gnuradio-digital \
gnuradio-filter \
gnuradio-fft \
gnuradio-pmt \
gnuradio-osmosdr
INCPATH += src/