aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-ipc/vcpkg.json
diff options
context:
space:
mode:
authorwinsoft666 <46803815+winsoft666@users.noreply.github.com>2021-09-08 05:12:35 +0800
committerGitHub <noreply@github.com>2021-09-07 14:12:35 -0700
commitac2bcf0d6b294bcb728a622fc995ea18f0e1177c (patch)
tree573eb63b0688d0af06fb0cd21a392dfa5cda66d4 /ports/cpp-ipc/vcpkg.json
parent642d1ccb276ce13d8a8521b1ef2856f5f7bc9cdd (diff)
downloadvcpkg-ac2bcf0d6b294bcb728a622fc995ea18f0e1177c.tar.gz
vcpkg-ac2bcf0d6b294bcb728a622fc995ea18f0e1177c.zip
[cpp-ipc] Add new port (#19360)
* [teemo] Update version to v2.3. * [teemo] Modify version to v2.2 * [teemo] Run `vcpkg x-add-version teemo` to add version info. * [teemo] Update Build-Depends. * Update versions/t-/teemo.json * [libipc] Add new library. * [libipc] Run ./vcpkg x-add-version --all * [libipc] Fix compile error. * update version * Update ports/libipc/CONTROL * update version * Update ports/libipc/portfile.cmake Co-authored-by: Billy O'Neal <bion@microsoft.com> * Update ports/libipc/portfile.cmake Co-authored-by: Billy O'Neal <bion@microsoft.com> * [cpp-ipc] rename libipc to cpp-ipc * [cpp-ipc] Run vcpkg x-add-version --all * [cpp-ipc] Remove old libipc * update cpp-ipc * update version * delet libipc.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
Diffstat (limited to 'ports/cpp-ipc/vcpkg.json')
-rw-r--r--ports/cpp-ipc/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/ports/cpp-ipc/vcpkg.json b/ports/cpp-ipc/vcpkg.json
new file mode 100644
index 000000000..5e42a0a65
--- /dev/null
+++ b/ports/cpp-ipc/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "cpp-ipc",
+ "version": "1.0.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
+ }
+ ]
+}