diff options
author | Wataru Mizuno <wmizuno@jp.adit-jv.com> | 2018-07-09 18:14:05 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-27 10:51:25 +0000 |
commit | 18aa25385bcfc4c686f4700de2b2dd9fa9b38ee9 (patch) | |
tree | 80f21089c49102054e4dde84f008564793d0e07d /waltham-transmitter/CMakeLists.txt | |
parent | 067686a3a5865511c5c59738c6324b29c87d9d3a (diff) |
transmitter: initial commit for waltham-transmitter
The waltham-transmitter is the plugin of weston to enable
client applications to share surface between multiple domains.
Change-Id: I691410f5b6e74fa981ae53201b728810373185a2
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
Diffstat (limited to 'waltham-transmitter/CMakeLists.txt')
-rw-r--r-- | waltham-transmitter/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/waltham-transmitter/CMakeLists.txt b/waltham-transmitter/CMakeLists.txt new file mode 100644 index 0000000..b4d1243 --- /dev/null +++ b/waltham-transmitter/CMakeLists.txt @@ -0,0 +1,4 @@ +project (transmitter) + +add_subdirectory(transmitter-plugin) +add_subdirectory(waltham-renderer) |