mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
ea03914e7e
This adds explicit calling conventions.
4 lines
127 B
Meson
4 lines
127 B
Meson
project('clap', 'cpp', version : '1.1.2')
|
|
|
|
clap_dep = declare_dependency(include_directories : include_directories('include'))
|