summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-shell/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-shell/CMakeLists.txt')
-rw-r--r--examples/wayland/custom-shell/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/wayland/custom-shell/CMakeLists.txt b/examples/wayland/custom-shell/CMakeLists.txt
new file mode 100644
index 000000000..1b0fe1653
--- /dev/null
+++ b/examples/wayland/custom-shell/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 3.16)
+project(custom-shell)
+
+add_subdirectory(client-plugin)
+add_subdirectory(compositor)