# Copyright 2019-2022 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later tools = [ 'chilbert_obj', 'chilbert_svg', ] foreach tool : tools executable( tool, files('@0@.cpp'.format(tool)), dependencies: [chilbert_dep], ) endforeach