The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

4 lines
99 B

project('emcctest', 'c', 'cpp')
executable('hello-c', 'hello.c')
executable('hello', 'hello.cpp')