diff options
Diffstat (limited to 'vcpkg/ports/cpp-ipc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpp-ipc/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-ipc/vcpkg.json b/vcpkg/ports/cpp-ipc/vcpkg.json new file mode 100644 index 0000000..0f18fc7 --- /dev/null +++ b/vcpkg/ports/cpp-ipc/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "cpp-ipc", + "version": "1.3.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 + } + ] +} |