From 47b273981a066a62c379bb93063ffb7a4506f5fe Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 11 Jan 2019 16:54:31 +0000 Subject: [PATCH] - compile PocsagDecoder git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@406 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- gr-jay/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gr-jay/lib/CMakeLists.txt b/gr-jay/lib/CMakeLists.txt index f8fbfc7..33b3152 100644 --- a/gr-jay/lib/CMakeLists.txt +++ b/gr-jay/lib/CMakeLists.txt @@ -29,6 +29,7 @@ list(APPEND jay_sources square_ff_impl.cc square2_ff_impl.cc garage_impl.cc + PocsagDecoder.cpp preamble_sync_impl.cc ) set(jay_sources "${jay_sources}" PARENT_SCOPE)