samples: build exampleCompositor.cpp 53/241553/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 29 Jun 2020 10:25:16 +0000 (19:25 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:45:10 +0000 (18:45 +0900)
exampleCompositor binary cannot execute right now. :)

Change-Id: Ib755e65caffbad20076b530b8cea819515d03643

samples/meson.build

index 1380272..4371026 100644 (file)
@@ -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