vcpkg/ports/dp-thread-pool/vcpkg.json
Paul T aee30bf55f
[dp-thread-pool] Add port for DeveloperPaul123/thread-pool (#32532)
* 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>
2023-08-02 11:16:14 -07:00

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
}
]
}