mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:09:06 +08:00
95d50e69c3
* Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files.
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 4ba5033315f680d6a5fa29764b4c19ce219e881f2dccef4ede73a8f405fd4ac5d58f543c78fa3c35943601bbfd6922749bd9b086527d057086ec8977c0911d1a
|
|
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")
|