mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
49b2ad46ab
Which can replace Boost.Filesystem for us so we can get rid of the runtime dependency.
4 lines
147 B
Meson
4 lines
147 B
Meson
project('ghc_filesystem', 'cpp', version : '1.5.2')
|
|
|
|
ghc_filesystem_dep = declare_dependency(include_directories : include_directories('include'))
|