parent
09686a4e4d
commit
cf6a395014
9 changed files with 11 additions and 11 deletions
@ -1,2 +1,2 @@ |
||||
exe = executable('prog', 'prog.c', 'func.c', include_dirs : inc) |
||||
exe = executable('prog', 'prog.c', 'func.c', include_directories : inc) |
||||
test('inc test', exe) |
||||
|
@ -1,2 +1,2 @@ |
||||
exe = executable('prog', 'prog.c', include_dirs : inc) |
||||
exe = executable('prog', 'prog.c', include_directories : inc) |
||||
test('subdir config', exe) |
||||
|
Loading…
Reference in new issue