parent
abe653e808
commit
a7b7e4b235
3 changed files with 11 additions and 1 deletions
@ -0,0 +1,4 @@ |
||||
project('wintest', 'c') |
||||
|
||||
prog = executable('prog', 'prog.c') |
||||
add_test('wintest', prog) |
@ -0,0 +1,5 @@ |
||||
#include <Windows.h> |
||||
|
||||
int main(int argc, char **argv) { |
||||
return 0; |
||||
} |
Loading…
Reference in new issue