# Copyright 2021-2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC executable( 'pugl_vulkan_cpp_demo', [ '../../pugl_vulkan_cpp_demo.cpp', '../../file_utils.c', ], c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [puglpp_dep, pugl_vulkan_dep], include_directories: include_directories('../../..'), )