mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
9cea175f2a
These started happening after Wine 5.12, and it doesn't look like it's going to change.
4 lines
127 B
Meson
4 lines
127 B
Meson
project('clap', 'cpp', version : '1.1.1')
|
|
|
|
clap_dep = declare_dependency(include_directories : include_directories('include'))
|