From 18aa25385bcfc4c686f4700de2b2dd9fa9b38ee9 Mon Sep 17 00:00:00 2001 From: Wataru Mizuno Date: Mon, 9 Jul 2018 18:14:05 +0900 Subject: 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 --- waltham-transmitter/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 waltham-transmitter/CMakeLists.txt (limited to 'waltham-transmitter/CMakeLists.txt') 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) -- cgit 1.2.3-korg