Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/92 install skip subprojects/meson.build
T

9 lines
170 B
Meson

project('foo', 'c')
install_data('foo.dat')
install_headers('foo.h')
install_subdir('foo', install_dir: '')
executable('foo', 'foo.c', install: true)
subproject('bar')