The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
309 B

#include<stdio.h>
#include<zlib.h>
#ifndef REQUIRED_MESON_FLAG1
#error "REQUIRED_MESON_FLAG1 not set"
#endif
#ifndef REQUIRED_MESON_FLAG2
#error "REQUIRED_MESON_FLAG2 not set"
#endif
int main(void) {
printf("Hello World\n");
void * something = deflate;
if(something != 0)
return 0;
return 1;
}