aboutsummaryrefslogtreecommitdiff
path: root/test cases/24 target arg/builder.txt
blob: a9ba17b4e59d88d401c43734d56bcb6728e2d94c (plain)
1
2
3
4
5
6
7
project('local arg test', 'cxx', 'c')

exe1 = executable('prog', 'prog.cc', 'func.c', \
c_args   : '-DCTHING', \
cxx_args : '-DCXXTHING')

add_test('prog1', exe1)