mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +08:00
8421fa9db4
* Add x86-simd-sort 2023-03-04 * Update CI baseline * Add quotes * Update CI baseline * Use vcpkg_install_copyright, remove comments * Update CI baseline * Tweak description * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
12 lines
446 B
CMake
12 lines
446 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO intel/x86-simd-sort
|
|
REF 7d7591cf5927e83e4a1e7c4b6f2c4dc91a97889f
|
|
SHA512 6b71f25e0ec1adcd81a6ce3ecf60316a841c48d9b438ae2afde9b2a17a90d13047cb1d7bce7dcecf15718f4fb299adad7875b022b57f90965f5e7a25e16e6721
|
|
HEAD_REF master
|
|
)
|
|
|
|
file(COPY "${SOURCE_PATH}/src/" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
|
|
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|