mirror of
https://github.com/ModOrganizer2/usvfs.git
synced 2026-07-27 14:04:27 -07:00
25 lines
424 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|