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-08 11:12:09 +0900 |
commit | 3344b0a0696c2670ccdc7fa9fb619efdf3764fca (patch) | |
tree | 7791409bdbf2ef174558a8ea1ff1c26bea94747d /CMakeLists.txt | |
parent | cd33a17ea5ac787786e5289ec914a96adeaf6346 (diff) |
receiver: Introduce waltham-receiver
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>
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) |