aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pthreadpool/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/pthreadpool/vcpkg.json')
-rw-r--r--vcpkg/ports/pthreadpool/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/pthreadpool/vcpkg.json b/vcpkg/ports/pthreadpool/vcpkg.json
new file mode 100644
index 0000000..37ad13e
--- /dev/null
+++ b/vcpkg/ports/pthreadpool/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "pthreadpool",
+ "version-date": "2024-11-04",
+ "port-version": 2,
+ "description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
+ "homepage": "https://github.com/Maratyszcza/pthreadpool",
+ "dependencies": [
+ "fxdiv",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}