vcpkg/ports/vit-vit-ctpl/vcpkg.json
Alex E fe1e9f508e
[vit-vit-ctpl] add port (#34956)
* add ctpl port files

* add ctpl version

* Code review
2023-11-08 10:27:40 -08:00

26 lines
511 B
JSON

{
"name": "vit-vit-ctpl",
"version": "0.0.2",
"description": "Modern and efficient C++ Thread Pool Library",
"homepage": "https://github.com/vit-vit/ctpl",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"lockfree": {
"description": "Depends on Boost Lockfree Queue library",
"dependencies": [
"boost-lockfree"
]
}
}
}