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:
Robbert van der Helm
2022-04-10 17:48:19 +02:00
parent 45e5b06099
commit 49b2ad46ab
4 changed files with 17 additions and 0 deletions
@@ -0,0 +1,3 @@
project('ghc_filesystem', 'cpp', version : '1.5.2')
ghc_filesystem_dep = declare_dependency(include_directories : include_directories('include'))