2017-05-04 02:25:35 +08:00
|
|
|
#header-only library
|
|
|
|
include(vcpkg_common_functions)
|
|
|
|
|
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO Microsoft/GSL
|
2018-03-04 11:39:13 +08:00
|
|
|
REF 6a33b97a84f9c0a60ede78b5db98647e9a48d6c9
|
|
|
|
SHA512 b6a0d062f29c5108f3ad74cdf3337d061d440d60d5d2fd82dd9b299474f9a06ec2b6276a62995fb4e0df1e420052833aa545eb53009a57f968442d814ae67b6c
|
2017-05-04 02:25:35 +08:00
|
|
|
HEAD_REF master
|
|
|
|
)
|
|
|
|
|
2017-12-06 19:53:47 +08:00
|
|
|
file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
2017-05-04 02:25:35 +08:00
|
|
|
|
|
|
|
# Handle copyright
|
2017-12-06 19:53:47 +08:00
|
|
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/ms-gsl RENAME copyright)
|