summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWataru Mizuno <wmizuno@jp.adit-jv.com>2018-07-09 18:14:05 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-07-27 10:51:25 +0000
commit18aa25385bcfc4c686f4700de2b2dd9fa9b38ee9 (patch)
tree80f21089c49102054e4dde84f008564793d0e07d /CMakeLists.txt
parent067686a3a5865511c5c59738c6324b29c87d9d3a (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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..00fd14e
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,3 @@
+project (weston-ivi-plugins)
+
+add_subdirectory(waltham-transmitter)