From 3f1ea8118227ce1864e95735547a1508002b756c Mon Sep 17 00:00:00 2001 From: piotr Date: Thu, 17 Apr 2014 10:56:08 +0200 Subject: Addition of linking with libraries required to compile programs using include/plotting.hpp --- lib/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 1139353..8899310 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -34,7 +34,11 @@ list(APPEND gsm_sources ) add_library(gnuradio-gsm SHARED ${gsm_sources}) -target_link_libraries(gnuradio-gsm ${Boost_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES}) +target_link_libraries(gnuradio-gsm ${Boost_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES} + boost_iostreams + boost_system + boost_filesystem +) set_target_properties(gnuradio-gsm PROPERTIES DEFINE_SYMBOL "gnuradio_gsm_EXPORTS") ######################################################################## -- cgit v1.2.3