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')