mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
2be25464ed
* [nsync] Export cmake targets * version * Forgot the patch * version * Also export the include path * version
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "nsync",
|
|
"version": "1.24.0",
|
|
"port-version": 1,
|
|
"description": "nsync is a C library that exports various synchronization primitives, such as mutexes",
|
|
"homepage": "https://github.com/google/nsync",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|