mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 04:29:01 +08:00
53296052a4
* Updating the files. * Updating the version file's info. * Updating the version file's info. * Updating version file. * Updating version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Update ports/jsonifier/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update ports/jsonifier/vcpkg.json Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. * Updating the version file. --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
19 lines
550 B
CMake
19 lines
550 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO realtimechris/jsonifier
|
|
REF "v${VERSION}"
|
|
# Auto-generated by release CI action at realtimechris/Jsonifier
|
|
SHA512 a2c8c59afebfe5c05e6d8d83ef1481b399c13d4e5e430e5cac33c860fa7de51fbd97da5e2509ef62acf8451110779de95cd3bbbd59bf0a8777bba1dd1884502b
|
|
HEAD_REF main
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
)
|
|
|
|
vcpkg_cmake_install()
|
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
|
|
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/License.md")
|