pineapple/externals/vcpkg/ports/cpp-ipc/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
396 B
JSON
Executable file

{
"name": "cpp-ipc",
"version": "1.2.0",
"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
}
]
}