vcpkg/ports/jsonifier/portfile.cmake

18 lines
483 B
CMake
Raw Normal View History

[Jsonifier] New Port (#30276) * 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>
2023-03-24 00:44:11 +08:00
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/jsonifier
REF "v${VERSION}"
2023-07-11 00:56:11 +08:00
SHA512 6b7af20a5cfedd98200e537b284d513f8ee964d76c28d8f01cdc40e324f051b3fa48c2d68ddc92c8dd2ed494b807b4dfdaca25430fc4f6bf68b9e9a8fc9a8644
HEAD_REF main
[Jsonifier] New Port (#30276) * 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>
2023-03-24 00:44:11 +08:00
)
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")