mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 07:29:17 +08:00
5d0e5a3443
* Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. * Updating the required files. --------- Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
18 lines
483 B
CMake
18 lines
483 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO realtimechris/jsonifier
|
|
REF "v${VERSION}"
|
|
SHA512 919446d8b0f5bb726dcfd91667a0733cfda04956e8c844716e9fe90a50dc5409db5344346131b4e8830cdfbf90ead6b7e1906097b069d83e7b78934571cbc060
|
|
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")
|