Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/55 dedup compiler libs/meson.build
T

8 lines
96 B
Meson

project('temp', 'c')
cc = meson.get_compiler('c')
subdir('liba')
subdir('libb')
subdir('app')