From 8053629c99f157e716a4560ef8d1e194d569d960 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 3 Jan 2019 01:10:01 -0500 Subject: libqtappfw: Add radio binding support Add initial support for the radio binding. At the moment, everything required for the current demo radio application is in place. Further development will be required to fill in support for changing bands and the stereo mode. Change-Id: I1b1866856ce8388b34624c14c692102c344a7a62 Signed-off-by: Scott Murray --- radio/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 radio/CMakeLists.txt (limited to 'radio/CMakeLists.txt') diff --git a/radio/CMakeLists.txt b/radio/CMakeLists.txt new file mode 100644 index 0000000..46ac12b --- /dev/null +++ b/radio/CMakeLists.txt @@ -0,0 +1,2 @@ +add_headers(radio.h radiomessage.h) +add_sources(radio.cpp radiomessage.cpp) -- cgit 1.2.3-korg