diff options
Diffstat (limited to 'vcpkg/ports/ppqsort/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ppqsort/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/ppqsort/vcpkg.json b/vcpkg/ports/ppqsort/vcpkg.json new file mode 100644 index 0000000..49eaba9 --- /dev/null +++ b/vcpkg/ports/ppqsort/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "ppqsort", + "version": "1.0.5", + "description": "a efficient implementation of parallel quicksort algorithm", + "homepage": "https://gabtux.github.io/PPQSort/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "openmp": { + "description": "Build with openmp, otherwise use native threads" + } + } +} |