vcpkg/ports/cserialport/vcpkg.json
itas109 07a149e072
[cserialport] Add new port (#27233)
* add new port of CSerialPort v4.1.1

* add cserialport version info

* modify according to the suggestion

* update version info

* remove BUILD_SHARED_LIBS set, it is automatically set by vcpkg_cmake_configure

* update version info

* move copyright to the end

* update version info
2022-10-19 14:16:59 -07:00

19 lines
382 B
JSON

{
"name": "cserialport",
"version": "4.1.1",
"description": "c++ lightweight cross-platform serial port library",
"homepage": "https://github.com/itas109/CSerialPort",
"license": "LGPL-3.0-only",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}