summaryrefslogtreecommitdiff
path: root/test cases/wasm/1 basic/meson.build
blob: bbf37b6360914b0a58ab3f43d4d87a9e1f63e2c8 (plain)
1
2
3
4
5
6
7
8
9
project('emcctest', 'c', 'cpp',
  default_options: [
    'c_std=c17',
    'cpp_std=c++26',
  ]
)

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