parent
2c4a08ee56
commit
cc803072e0
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
#include <CoreFoundation/CoreFoundation.h> |
||||
|
||||
int main(int argc, char **argv) { |
||||
return 0; |
||||
} |
@ -0,0 +1,3 @@ |
||||
project('osx pie', 'c') |
||||
e = executable('prog', 'main.c', pie : true) |
||||
test('pie', e) |
Loading…
Reference in new issue