blob: 9c72bf98521f8a12d5aed5036e0c8f76b3a0f137 [file] [log] [blame]
configure_file(input : 'someinput.in',
output : 'outputsubdir',
install : false,
configuration : configuration_data())
py3 = import('python3').find_python()
cfile1 = configure_file(input : 'foo.txt',
output : 'foo.h.in',
capture : true,
command : [py3, '-c', 'print("#mesondefine FOO_BAR")'])