mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
aee30bf55f
* Add port for DeveloperPaul123/thread-pool * Format vcpkg.json file * Update baseline versions * Update ports/devpaul123-thread-pool/portfile.cmake Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * Rename port to dp-thread-pool Updated commit hash (upstream project fixed some cmake issues for vcpkg support) * vcpkg x-add-version update * Fix packagename and config path * Use tagged version of library * Remove unused variable * Update to commit that doesn't blindly download CPM.cmake * Update portfile and version * Update versions --------- Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"name": "dp-thread-pool",
|
|
"version": "0.6.2",
|
|
"maintainers": "Paul Tsouchlos <developer.paul.123@gmail.com>",
|
|
"description": "dp::thread_pool - fast, lightweight C++20 thread pool.",
|
|
"homepage": "https://github.com/DeveloperPaul123/thread-pool",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|