mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:19:01 +08:00
c8ace4788a
* [bshoshany-thread-pool] Updated to v3.1.0 * [bshoshany-thread-pool] Updated to v3.1.0
14 lines
535 B
CMake
14 lines
535 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO bshoshany/thread-pool
|
|
REF v3.1.0
|
|
SHA512 c53f85392422c957610fe3414340bce9dc22b7d2eab901f253510ea85bb50ee386c01258569b72dbaf151782fe5284d88f706d188d96d0746744bdd92c1ada71
|
|
HEAD_REF master
|
|
)
|
|
|
|
file(GLOB HEADER_FILES LIST_DIRECTORIES false "${SOURCE_PATH}/*.hpp")
|
|
|
|
file(INSTALL "${HEADER_FILES}" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
|
|
|
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|