Files
usvfs/vcpkg.json
Mikaël Capelle 5d0602678d WIP: NtQueryObject / NtQueryInformationFile (#68)
* Hook for NtQueryInformationByName and bump USVFS version to 0.5.7.0.
2025-05-22 19:36:02 +02:00

25 lines
424 B
JSON

{
"dependencies": [
"asmjit",
"spdlog",
"libudis86",
"boost-algorithm",
"boost-any",
"boost-dll",
"boost-filesystem",
"boost-format",
"boost-interprocess",
"boost-headers",
"boost-locale",
"boost-multi-index",
"boost-thread",
"boost-predef"
],
"features": {
"testing": {
"description": "Build USVFS tests.",
"dependencies": ["gtest"]
}
}
}