blob: bbf37b6360914b0a58ab3f43d4d87a9e1f63e2c8 [file] [log] [blame]
project('emcctest', 'c', 'cpp',
default_options: [
'c_std=c17',
'cpp_std=c++26',
]
)
executable('hello-c', 'hello.c')
executable('hello', 'hello.cpp')