2019-11-26 02:31:55 +08:00
|
|
|
set(_RELEASE_ONLY_PATCHES)
|
|
|
|
if(NOT VCPKG_USE_HEAD_VERSION)
|
|
|
|
vcpkg_download_distfile(
|
|
|
|
_RELEASE_ONLY_PATCHES
|
|
|
|
URLS "https://github.com/mosra/magnum-plugins/commit/c2a05465fa43befbb628b424378e328fa42923b7.diff"
|
|
|
|
FILENAME "c2a05465fa43befbb628b424378e328fa42923b7.diff"
|
|
|
|
SHA512 e03953ff7319b3b8e3644b8e25c006a856dd6a85cec6e4c033f9b2059af7ae39ed84b76c11c93c41ea6a681d7f34dd5980806f49f760d1c26778047c90cc76df
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2017-06-10 11:38:25 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO mosra/magnum-plugins
|
2019-10-26 04:05:28 +08:00
|
|
|
REF v2019.10
|
|
|
|
SHA512 702c43b0d323dc5b903ffee3dd9aaecf2de3b6bb00e7b243880e433df12efe337e512aac75a6f38adce02eb94f3065770ff6a03b7241198f27b5c46de63e5750
|
2017-06-10 11:38:25 +08:00
|
|
|
HEAD_REF master
|
2017-06-15 22:49:43 +08:00
|
|
|
PATCHES
|
2019-10-08 01:35:13 +08:00
|
|
|
001-tools-path.patch
|
2019-11-26 02:31:55 +08:00
|
|
|
${_RELEASE_ONLY_PATCHES}
|
2017-06-10 22:48:40 +08:00
|
|
|
)
|
|
|
|
|
2017-06-09 20:17:01 +08:00
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
2018-04-19 10:33:12 +08:00
|
|
|
set(BUILD_PLUGINS_STATIC 1)
|
2017-06-09 20:17:01 +08:00
|
|
|
else()
|
2018-04-19 10:33:12 +08:00
|
|
|
set(BUILD_PLUGINS_STATIC 0)
|
2017-06-09 20:17:01 +08:00
|
|
|
endif()
|
|
|
|
|
2018-02-17 13:25:30 +08:00
|
|
|
# Handle features
|
|
|
|
set(_COMPONENT_FLAGS "")
|
|
|
|
foreach(_feature IN LISTS ALL_FEATURES)
|
|
|
|
# Uppercase the feature name and replace "-" with "_"
|
|
|
|
string(TOUPPER "${_feature}" _FEATURE)
|
|
|
|
string(REPLACE "-" "_" _FEATURE "${_FEATURE}")
|
|
|
|
|
|
|
|
# Turn "-DWITH_*=" ON or OFF depending on whether the feature
|
|
|
|
# is in the list.
|
|
|
|
if(_feature IN_LIST FEATURES)
|
|
|
|
list(APPEND _COMPONENT_FLAGS "-DWITH_${_FEATURE}=ON")
|
|
|
|
else()
|
|
|
|
list(APPEND _COMPONENT_FLAGS "-DWITH_${_FEATURE}=OFF")
|
|
|
|
endif()
|
|
|
|
endforeach()
|
|
|
|
|
2017-06-09 20:17:01 +08:00
|
|
|
vcpkg_configure_cmake(
|
|
|
|
SOURCE_PATH ${SOURCE_PATH}
|
|
|
|
PREFER_NINJA # Disable this option if project cannot be built with Ninja
|
2017-06-10 11:38:25 +08:00
|
|
|
OPTIONS
|
2018-02-17 13:25:30 +08:00
|
|
|
${_COMPONENT_FLAGS}
|
2018-04-19 10:33:12 +08:00
|
|
|
-DBUILD_STATIC=${BUILD_PLUGINS_STATIC}
|
|
|
|
-DBUILD_PLUGINS_STATIC=${BUILD_PLUGINS_STATIC}
|
2017-06-22 18:29:00 +08:00
|
|
|
-DMAGNUM_PLUGINS_DEBUG_DIR=${CURRENT_INSTALLED_DIR}/debug/bin/magnum-d
|
|
|
|
-DMAGNUM_PLUGINS_RELEASE_DIR=${CURRENT_INSTALLED_DIR}/bin/magnum
|
2017-06-09 20:17:01 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
vcpkg_install_cmake()
|
|
|
|
|
2018-02-17 13:25:30 +08:00
|
|
|
# Debug includes and share are the same as release
|
|
|
|
file(REMOVE_RECURSE
|
|
|
|
${CURRENT_PACKAGES_DIR}/debug/include
|
|
|
|
${CURRENT_PACKAGES_DIR}/debug/share)
|
|
|
|
|
2018-05-02 18:21:02 +08:00
|
|
|
# Clean up empty directories, if not building anything.
|
|
|
|
# FEATURES may only contain "core", but that does not build anything.
|
|
|
|
if(NOT FEATURES OR FEATURES STREQUAL "core")
|
2018-02-17 13:25:30 +08:00
|
|
|
file(REMOVE_RECURSE
|
|
|
|
${CURRENT_PACKAGES_DIR}/bin
|
|
|
|
${CURRENT_PACKAGES_DIR}/lib
|
|
|
|
${CURRENT_PACKAGES_DIR}/debug)
|
|
|
|
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
|
|
|
endif()
|
2017-06-09 20:17:01 +08:00
|
|
|
|
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
2018-05-02 18:21:02 +08:00
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin)
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin)
|
|
|
|
# move plugin libs to conventional place
|
|
|
|
file(GLOB_RECURSE LIB_TO_MOVE ${CURRENT_PACKAGES_DIR}/lib/magnum/*)
|
|
|
|
file(COPY ${LIB_TO_MOVE} DESTINATION ${CURRENT_PACKAGES_DIR}/lib)
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/magnum)
|
|
|
|
file(GLOB_RECURSE LIB_TO_MOVE_DBG ${CURRENT_PACKAGES_DIR}/debug/lib/magnum/*)
|
|
|
|
file(COPY ${LIB_TO_MOVE_DBG} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib)
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/magnum)
|
2017-06-22 18:29:00 +08:00
|
|
|
else()
|
2018-05-02 18:17:57 +08:00
|
|
|
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/magnum)
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/magnum-d)
|
2017-06-09 20:17:01 +08:00
|
|
|
endif()
|
|
|
|
|
|
|
|
# Handle copyright
|
|
|
|
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/magnum-plugins)
|
|
|
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/magnum-plugins/COPYING ${CURRENT_PACKAGES_DIR}/share/magnum-plugins/copyright)
|
|
|
|
|
2017-09-13 04:32:26 +08:00
|
|
|
vcpkg_copy_pdbs()
|