diff options
author | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-05-31 11:14:15 +0900 |
---|---|---|
committer | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-07-16 08:52:53 +0000 |
commit | f332b6c0b04157d3472e1e8061cb7fb4aa3e8658 (patch) | |
tree | bece2b2ecdc6f77e09d4b98a4292e7cb19eed6fb /CMakeLists.txt | |
parent | 5498049f5edcd05d4ebf4e856949b651c4543207 (diff) |
receiver: Introduce waltham-receiverguppy_7.0.4guppy/7.0.47.0.4guppy
NewFeature-AGL: SPEC-2445
waltham-receiver sample component is a receiver
side implementation for using waltham protocol to
obtain and process remote output received from
waltham-transmitter
Change-Id: I85983a0ac41c3a086f43fb5912e23f95609e3559
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
(cherry picked from commit 3344b0a0696c2670ccdc7fa9fb619efdf3764fca)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 00fd14e..085d3e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ project (weston-ivi-plugins) add_subdirectory(waltham-transmitter) +add_subdirectory(waltham-receiver) |