2018-01-30 08:44:57 +08:00
|
|
|
include(vcpkg_common_functions)
|
2018-04-06 12:43:26 +08:00
|
|
|
|
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO xorz57/forest
|
2019-05-09 08:51:44 +08:00
|
|
|
REF 11.0.1
|
|
|
|
SHA512 cb9245445c52c9e2e544c556cd87ecfd1e598bf0ed71a20368b32bd47b611f9696a8e50e06ecb98814af8e6e254bde9e7f98ca0d28c62f86ce9ff45805c2a1e5
|
2018-04-06 12:43:26 +08:00
|
|
|
HEAD_REF master
|
2018-01-30 08:44:57 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
# Handle headers
|
2018-06-13 01:32:58 +08:00
|
|
|
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp")
|
2018-01-30 08:44:57 +08:00
|
|
|
|
|
|
|
# Handle copyright
|
|
|
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/forest RENAME copyright)
|