vcpkg/ports/libatomic-ops/vcpkg.json
Ivan Maidanski 25f317bbb9
[libatomic-ops] New port (#21285)
* [libatomic-ops] New port

* [libatomic-ops] Update to vcpkg-cmake and specify PACKAGE_NAME

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-13 12:55:09 -08:00

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
}
]
}