vcpkg/ports/commsdsl/vcpkg.json
Mathis 0997386f6b
[comms,commsdsl,comms-ublox] update ports (#19581)
* update comms, add tools feature; update commsdsl

* update versions

* update comms-ublox

* update version

* add quotes to paths

* version

* fix comms dir remove

* version

* remove VCPKG_POLICY_DLLS_WITHOUT_LIBS

* version

* fix some paths

* version

* only allow build of tools if triplet is dynamic

* version

* fail on static

* version

* replace deprecated functions and replace options

* version

* fix

* fix 2

* update version

* apply @JackBoosY suggestions

* version

* Update ports/comms/portfile.cmake

* Update versions/c-/comms.json

* add @NancyLi1013 suggestions

* update versions

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-08-30 18:25:10 -07:00

15 lines
395 B
JSON

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