5 lines
99 B
Meson
5 lines
99 B
Meson
project('emcctest', 'c', 'cpp')
|
|
|
|
executable('hello-c', 'hello.c')
|
|
executable('hello', 'hello.cpp')
|