Last active
August 1, 2018 19:01
-
-
Save DavidLudwig/d0c1d860a31eca70829c64d505a32e48 to your computer and use it in GitHub Desktop.
io2d + vcpkg, portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include(vcpkg_common_functions) | |
vcpkg_from_github( | |
OUT_SOURCE_PATH SOURCE_PATH | |
REPO cpp-io2d/P0267_RefImpl | |
REF 51fb21aaf4d2d4ef96d6e13ce3a2880a024a3058 | |
SHA512 6080e7ebd6de186801ab9ca5da01c4ed08c5b58de611e8f8323d449794a91a30897a746761f86de7f0f2786eac46bbcb69afd0d542736be1e9c5385853636ba7 | |
HEAD_REF master | |
) | |
file(INSTALL ${SOURCE_PATH}/P0267_RefImpl/P0267_RefImpl DESTINATION ${CURRENT_PACKAGES_DIR}/include) | |
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/io2d RENAME copyright) | |
vcpkg_copy_pdbs() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment