From c711e97af1ea29179c04d8bbbead523c3c2421f4 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Mon, 18 Jun 2018 14:53:59 +0200 Subject: Separating libosmogsm from the rest --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ca71fff..f032206 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,6 +139,7 @@ find_package(CppUnit) find_package(Libosmocore) find_package(Libosmocodec) find_package(Libosmocoding) +find_package(Libosmogsm) if(NOT PKG_CONFIG_FOUND) message(FATAL_ERROR "pkg-config is required to compile gr-gsm") -- cgit v1.2.3