mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:19:06 +08:00
07a149e072
* 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
19 lines
382 B
JSON
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
|
|
}
|
|
]
|
|
}
|