blob: a242e076407aa3d392de6ff3500f348c38c16333 [file] [log] [blame]
# https://github.com/mesonbuild/meson/pull/2291
copy = find_program('copyfile.py')
configure_file(input : 'main.h',
output : 'main.h',
command : [copy, '@INPUT@', '@OUTPUT@'])
ctfile = custom_target('emptyfile',
input : 'emptyfile.c',
output : 'emptyfile.c',
command : [copy, '@INPUT@', '@OUTPUT@'])