summaryrefslogtreecommitdiff
path: root/test cases/common/16 configure file/meson.build
blob: 7fb3258c932a32a92f0477502c3e94a19baf2bd2 (plain)
1
2
3
4
5
6
project('configure file test', 'c')

var = 'mystring'
other = 'string 2'
second = ' bonus'
configure_file('config.h.in', 'config.h')