meson.build 98 B

1234
  1. exe = executable('coeurl_example', ['coeurl.cpp'],
  2. dependencies: coeurl_dep,
  3. install : false)