summaryrefslogtreecommitdiffstats
path: root/test cases/wasm/3 jslib/meson.build
blob: 3cc1740502d818f2cb2cfb5d7a6e8363e3472b8a (plain)
1
2
3
4
5
6
7
8
project('jslib', 'c')

cc = meson.get_compiler('c')

sf_dep = cc.find_library('somefuncs.js', dirs: meson.current_source_dir())

executable('libcallc', 'prog.c',
    dependencies: sf_dep)