mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
25 lines
483 B
JSON
25 lines
483 B
JSON
|
{
|
||
|
"name": "libpmemobj-cpp",
|
||
|
"version-semver": "1.13.0",
|
||
|
"description": "C++ bindings for libpmemobj (https://github.com/pmem/pmdk)",
|
||
|
"homepage": "https://github.com/pmem/libpmemobj-cpp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"benchmark": {
|
||
|
"description": "build benchmarks",
|
||
|
"dependencies": [
|
||
|
"pmdk"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|