mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add a Meson wrap for ghc::filesystem
Which can replace Boost.Filesystem for us so we can get rid of the runtime dependency.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
project('ghc_filesystem', 'cpp', version : '1.5.2')
|
||||
|
||||
ghc_filesystem_dep = declare_dependency(include_directories : include_directories('include'))
|
||||
Reference in New Issue
Block a user