vcpkg/ports/cpp-ipc/vcpkg.json
winsoft666 d602829265
[cpp-ipc] Update to 1.0.1 (#21481)
* [cpp-ipc] Update 1.0.1

* [cpp-ipc] Update version and ci.baseline

* [cpp-ipc] Remove cpp-ipc from ci.baseline.txt
2021-11-17 12:16:38 -08:00

18 lines
396 B
JSON

{
"name": "cpp-ipc",
"version": "1.0.1",
"description": "C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.",
"homepage": "https://github.com/mutouyun/cpp-ipc",
"supports": "!osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}