mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:21:38 +08:00
e1417916bc
* set include directory correctly * Revert "set include directory correctly" This reverts commitbde9f29021
. * try suggested fix * try changes * apply fix for comms-ublox * fix commsdsl * try moving in port dir * Revert "try moving in port dir" This reverts commit93546df688
. * set port version * fix port version Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * add usage file to comms * add line to usage Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
12 lines
322 B
JSON
12 lines
322 B
JSON
{
|
|
"name": "comms-ublox",
|
|
"version-string": "0.20.0",
|
|
"port-version": 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"
|
|
]
|
|
}
|