From 9e26fbd320dccefd2684261acf415e253bd9f01d Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 29 Jun 2020 19:25:16 +0900 Subject: [PATCH] samples: build exampleCompositor.cpp exampleCompositor binary cannot execute right now. :) Change-Id: Ib755e65caffbad20076b530b8cea819515d03643 --- samples/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/samples/meson.build b/samples/meson.build index 1380272..4371026 100644 --- a/samples/meson.build +++ b/samples/meson.build @@ -18,3 +18,10 @@ executable('exampleProperty', install_dir : libds_prefix_bindir, install : true ) + +executable('exampleCompositor', + 'exampleCompositor.cpp', + dependencies : libds_declared_dep, + install_dir : libds_prefix_bindir, + install : true + ) \ No newline at end of file -- 2.7.4