parent
9262fe600a
commit
4dda53483e
3 changed files with 10 additions and 2 deletions
@ -0,0 +1,5 @@ |
||||
#include <CoreFoundation/CoreFoundation.h> |
||||
|
||||
int main(int argc, char **argv) { |
||||
return 0; |
||||
} |
@ -0,0 +1,3 @@ |
||||
project('osx fundamentals', 'c') |
||||
e = executable('prog', 'main.c') |
||||
add_test('basic', e) |
Loading…
Reference in new issue