diff options
Diffstat (limited to 'examples/pugl_vulkan_cpp_demo.app')
-rw-r--r-- | examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build | 3 | ||||
-rw-r--r-- | examples/pugl_vulkan_cpp_demo.app/meson.build | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build b/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build index b120b32..abecfb5 100644 --- a/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build +++ b/examples/pugl_vulkan_cpp_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_vulkan_cpp_demo', [ diff --git a/examples/pugl_vulkan_cpp_demo.app/meson.build b/examples/pugl_vulkan_cpp_demo.app/meson.build index 58a943c..f7ffacb 100644 --- a/examples/pugl_vulkan_cpp_demo.app/meson.build +++ b/examples/pugl_vulkan_cpp_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_vulkan_cpp_demo') |