summaryrefslogtreecommitdiffstats
path: root/test cases/common/130 include order/ctsub/meson.build
blob: a242e076407aa3d392de6ff3500f348c38c16333 (plain)
1
2
3
4
5
6
7
8
9
# 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@'])