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 --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5832d42..11d589d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ find_package(Volk) find_package(CppUnit) find_package(Doxygen) find_package(Libosmocore) +find_package(Libosmocoding) if(NOT GNURADIO_RUNTIME_FOUND) message(FATAL_ERROR "GnuRadio Runtime required to compile gr-gsm") @@ -120,6 +121,9 @@ endif() if(NOT LIBOSMOCORE_FOUND) message(FATAL_ERROR "Libosmocore required to compile gr-gsm") endif() +if(NOT LIBOSMOCODING_FOUND) + message(FATAL_ERROR "Libosmocoding required to compile gr-gsm") +endif() ######################################################################## # Setup doxygen option -- cgit v1.2.3