meson/test cases/wasm/1 basic/meson.build

5 lines
99 B
Meson
Raw Normal View History

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