mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 23:58:59 +08:00
d3a67b0559
* [ghc-filesystem] create a new port * [ghc-filesystem] update baseline and port SHA * Update ports/ghc-filesystem/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/ghc-filesystem/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [ghc-filesystem] update git-tree SHA * [ghc-filesystem] depends vcpkg-cmake ports Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
23 lines
742 B
CMake
23 lines
742 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO gulrak/filesystem
|
|
REF v1.5.4
|
|
HEAD_REF master
|
|
SHA512 01fb69ce46259d25d152667943c20e013c90e005647ca1c9c64e0721882236079bac160c04b5edf310e1163bdf8cb6fc0343680de686a1329777027008c301bf
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH ${SOURCE_PATH}
|
|
OPTIONS
|
|
-DGHC_FILESYSTEM_BUILD_TESTING=OFF
|
|
-DGHC_FILESYSTEM_BUILD_EXAMPLES=OFF
|
|
-DGHC_FILESYSTEM_WITH_INSTALL=ON
|
|
)
|
|
vcpkg_cmake_install()
|
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/ghc_filesystem)
|
|
|
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug
|
|
${CURRENT_PACKAGES_DIR}/lib
|
|
)
|