parent
5c0d1cc7c0
commit
2af66e5478
5 changed files with 18 additions and 2 deletions
@ -0,0 +1,4 @@ |
||||
project('header in file list', 'c') |
||||
|
||||
exe = executable('prog', 'prog.c', 'header.h') |
||||
add_test('basic', exe) |
@ -0,0 +1 @@ |
||||
#include<stdio.h> |
@ -0,0 +1 @@ |
||||
int main(int argc, char **argv) { return 0; } |
Loading…
Reference in new issue