2020-08-19 07:34:10 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO an-tao/trantor
|
2021-08-31 10:27:37 +08:00
|
|
|
REF v1.5.1
|
|
|
|
SHA512 9f6664abc94943598805192ee09a98340e6e20efb15e448aac5e21480f1798b0991782d18766f5ef54399251d4980c2f68aeda3136c7e058e3c31623c8f7ce3f
|
2020-08-19 07:34:10 +08:00
|
|
|
HEAD_REF master
|
2021-01-25 16:16:36 +08:00
|
|
|
PATCHES
|
|
|
|
vcpkg.patch
|
2020-08-19 07:34:10 +08:00
|
|
|
)
|
|
|
|
|
2021-08-31 10:27:37 +08:00
|
|
|
vcpkg_cmake_configure(
|
|
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
2020-08-19 07:34:10 +08:00
|
|
|
)
|
|
|
|
|
2021-08-31 10:27:37 +08:00
|
|
|
vcpkg_cmake_install()
|
2020-08-19 07:34:10 +08:00
|
|
|
|
|
|
|
# Fix CMake files
|
2021-08-31 10:27:37 +08:00
|
|
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Trantor)
|
2020-08-19 07:34:10 +08:00
|
|
|
|
2021-06-25 04:13:33 +08:00
|
|
|
vcpkg_fixup_pkgconfig()
|
|
|
|
|
2020-08-19 07:34:10 +08:00
|
|
|
# # Remove includes in debug
|
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
|
|
|
# Handle copyright
|
2021-08-31 10:27:37 +08:00
|
|
|
file(INSTALL "${SOURCE_PATH}/License" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
2020-08-19 07:34:10 +08:00
|
|
|
|
|
|
|
# Copy pdb files
|
|
|
|
vcpkg_copy_pdbs()
|