aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decoding
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-09-18 21:36:06 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-09-18 21:36:06 +0200
commit9b5617a3ef6a3a048a0521035c7454faf49d62d8 (patch)
treea6f8973a2e238254a3bc2ce99e9b514dd16971b9 /lib/decoding
parent184d7064a629ce1fada20256ef8c87e6b709693b (diff)
Corrections in the buildsystem
Diffstat (limited to 'lib/decoding')
-rw-r--r--lib/decoding/CMakeLists.txt2
-rw-r--r--lib/decoding/openbts/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/decoding/CMakeLists.txt b/lib/decoding/CMakeLists.txt
index 144c006..cacfc55 100644
--- a/lib/decoding/CMakeLists.txt
+++ b/lib/decoding/CMakeLists.txt
@@ -17,6 +17,8 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
+add_subdirectory(osmocom/coding)
+add_subdirectory(openbts)
add_subdirectory(osmocom/coding)
add_subdirectory(openbts)
diff --git a/lib/decoding/openbts/CMakeLists.txt b/lib/decoding/openbts/CMakeLists.txt
index eb857bf..18977b1 100644
--- a/lib/decoding/openbts/CMakeLists.txt
+++ b/lib/decoding/openbts/CMakeLists.txt
@@ -25,4 +25,3 @@ add_sources(
GSM503Tables.cpp
ViterbiR204.cpp
)
-