vcpkg/ports/comms-ublox/vcpkg.json
Mathis Logemann 2f847cedfa
[comms-ublox] added new port (#14523)
* add comms-ublox

* forgot the dependencies

* Fix naming of cmake variables
2020-11-12 13:27:47 -08:00

11 lines
301 B
JSON

{
"name": "comms-ublox",
"version-string": "0.19.1",
"description": "UBLOX (UBX) protocol definition, generated out of cc.ublox.commsdsl",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/cc.ublox.generated",
"dependencies": [
"comms"
]
}