From 72602a28e493f48375b0a91f2f3d7d82649704c5 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 9 Jul 2021 12:48:02 +0100 Subject: [PATCH] Add demodpager --- plugins/channelrx/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/channelrx/CMakeLists.txt b/plugins/channelrx/CMakeLists.txt index 805660dc9..63330f55f 100644 --- a/plugins/channelrx/CMakeLists.txt +++ b/plugins/channelrx/CMakeLists.txt @@ -18,6 +18,7 @@ add_subdirectory(demodchirpchat) add_subdirectory(demodvorsc) add_subdirectory(demodpacket) add_subdirectory(demodais) +add_subdirectory(demodpager) add_subdirectory(radioclock) if(DAB_FOUND AND ZLIB_FOUND AND FAAD_FOUND)