2020-08-19 07:34:10 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO an-tao/trantor
|
2021-12-14 04:22:33 +08:00
|
|
|
REF v1.5.4
|
|
|
|
SHA512 adb98a78d254b19ec0866cf3bfa06011123fca4553e73702024ebe4cde6d95fb1de29d6894d89362339b82e1a6738b32ffc1a682cbb33ae94354df4a45cda8c7
|
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()
|