parent
a7bfcbd6b9
commit
2772a4cbdf
1 changed files with 1 additions and 2 deletions
@ -1,3 +1,2 @@ |
||||
exe = executable('prog', 'prog.c') |
||||
exe.add_include_dirs(inc) |
||||
exe = executable('prog', 'prog.c', include_dirs : inc) |
||||
add_test('subdir config', exe) |
||||
|
Loading…
Reference in new issue