From 184d7064a629ce1fada20256ef8c87e6b709693b Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 13 Sep 2017 12:46:38 +0200 Subject: Corrections of cmake files --- lib/decoding/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/decoding/CMakeLists.txt') diff --git a/lib/decoding/CMakeLists.txt b/lib/decoding/CMakeLists.txt index 0305a07..144c006 100644 --- a/lib/decoding/CMakeLists.txt +++ b/lib/decoding/CMakeLists.txt @@ -18,11 +18,12 @@ # Boston, MA 02110-1301, USA. +add_subdirectory(osmocom/coding) +add_subdirectory(openbts) + add_sources( control_channels_decoder_impl.cc tch_f_decoder_impl.cc sch.c ) -add_subdirectory(osmocom/coding) -add_subdirectory(openbts) -- cgit v1.2.3