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

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