mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:29:07 +08:00
25f317bbb9
* [libatomic-ops] New port * [libatomic-ops] Update to vcpkg-cmake and specify PACKAGE_NAME Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "libatomic-ops",
|
|
"version": "7.7.0",
|
|
"description": "The atomic_ops project (Atomic memory update operations portable implementation)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|