From b516e6dcdb758d0b8ba513dbfe812d6e1ed4a0e5 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 28 Sep 2016 11:53:26 +0200 Subject: Moved control channels decoder to libosmocore implementation --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 660bbfd..03903f8 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -71,7 +71,7 @@ list(APPEND grgsm_sources add_library(grgsm SHARED ${grgsm_sources}) -target_link_libraries(grgsm ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES} ${VOLK_LIBRARIES} ${LIBOSMOCORE_LIBRARIES} +target_link_libraries(grgsm ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES} ${VOLK_LIBRARIES} ${LIBOSMOCORE_LIBRARIES} ${LIBOSMOCODING_LIBRARIES} # libraries required by plotting.h - have troubles to be installed by pybombs # boost_iostreams # boost_system -- cgit v1.2.3