mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:01:49 +08:00
456f7f0ed7
* Add AMF port * Add AMF port and its versions * add amf port - ci * add amf port - format * add amf port - versions * rename amf to amd-amf * version * add ffmpeg qsv port - fix * add ffmpeg qsv port - fix * add ffmpeg qsv port - fix indent * add space line * update version * remove space line * remove space Co-authored-by: Jonliu1993 <13720414433@163.com>
12 lines
520 B
CMake
12 lines
520 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO GPUOpen-LibrariesAndSDKs/AMF
|
|
REF v1.4.26
|
|
SHA512 2c931ef7d38ade88a96041e0012605a5d25ec484bb2134f58310cf1a2c7212a869797cef99e2e751c8a6b3c473ba1f8762d4a5d41466d38cb5e31bf664a25f55
|
|
HEAD_REF master
|
|
)
|
|
|
|
# Install the AMF headers to the default vcpkg location
|
|
file(INSTALL "${SOURCE_PATH}/amf/public/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/AMF")
|
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
|