mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
fe1e9f508e
* add ctpl port files * add ctpl version * Code review
26 lines
511 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|