mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
92136965ac
* update commsdsl * update comms * versions * updates * format * versions * license * version * apply cr * versions * CRs * versions * Set option to ON * format vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"name": "comms-ublox",
|
|
"version-semver": "1.0.0",
|
|
"description": "UBLOX (UBX) protocol definition, generated out of cc.ublox.commsdsl",
|
|
"homepage": "https://commschamp.github.io/",
|
|
"documentation": "https://github.com/commschamp/cc.ublox.generated",
|
|
"license": null,
|
|
"dependencies": [
|
|
"comms",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|