aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cursor_demo.app
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pugl_cursor_demo.app')
-rw-r--r--examples/pugl_cursor_demo.app/MacOS/meson.build3
-rw-r--r--examples/pugl_cursor_demo.app/meson.build3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/pugl_cursor_demo.app/MacOS/meson.build b/examples/pugl_cursor_demo.app/MacOS/meson.build
index 8ab6f6a..4de8b40 100644
--- a/examples/pugl_cursor_demo.app/MacOS/meson.build
+++ b/examples/pugl_cursor_demo.app/MacOS/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
executable(
'pugl_cursor_demo',
'../../pugl_cursor_demo.c',
diff --git a/examples/pugl_cursor_demo.app/meson.build b/examples/pugl_cursor_demo.app/meson.build
index dfbb30c..83ee934 100644
--- a/examples/pugl_cursor_demo.app/meson.build
+++ b/examples/pugl_cursor_demo.app/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
config = configuration_data()
config.set('NAME', 'pugl_cursor_demo')