vcpkg/ports/commsdsl/vcpkg.json
Mathis Logemann e1417916bc
[comms] fixes debug build configuration (#15159)
* set include directory correctly

* Revert "set include directory correctly"

This reverts commit bde9f29021.

* 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 commit 93546df688.

* 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>
2020-12-18 03:04:07 -08:00

16 lines
406 B
JSON

{
"name": "commsdsl",
"version-string": "3.6.0",
"port-version": 1,
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
"supports": "!uwp",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-program-options",
"libxml2"
]
}