mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
85b31152df
* [libsercomm] Adding new port * [libsercomm] Update portfile to remove deprecated functions * [libsercomm] Addressing comments from pull request - Removing "pic" feature - Removing PREFER_NINJA from vcpkg_cmake_configure * [libsercomm] Running x-add-version
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"name": "libsercomm",
|
|
"version": "1.3.2",
|
|
"description": "Multiplatform serial communications library",
|
|
"homepage": "https://github.com/ingeniamc/sercomm",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"devmon",
|
|
"errdesc"
|
|
],
|
|
"features": {
|
|
"devmon": {
|
|
"description": "When enabled, device listing and monitoring will be supported"
|
|
},
|
|
"errdesc": {
|
|
"description": "When enabled, error details description can be obtained"
|
|
}
|
|
}
|
|
}
|