ghc-filesystem
- registry: kmpkgcore
- type: kumo system both static and shared library.
install
kmpkg install ghc-filesystem
add port
add to project dependency list:
kmpkg add port ghc-filesystem
kmpkg
kmpkg.json
{
"dependencies": [
"ghc-filesystem"
]
}
cmake find and link
find ghc-filesystem package:
find
find_package(ghc_filesystem CONFIG REQUIRED)
link ghc-filesystem static:
ghcFilesystem::ghc_filesystem