mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:52:53 +08:00
[stb] Add stb_perlin.h (#25812)
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
This commit is contained in:
parent
578a0c61a4
commit
714722bb08
@ -6,8 +6,17 @@ vcpkg_from_github(
|
|||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# originally deleted due to patent US6867776, but it has expired and it has yet to be restored
|
||||||
|
# see https://github.com/nothings/stb/commit/59e7dec3e8bb0a8d4050d03c2dc32cf71ffa87c6
|
||||||
|
vcpkg_download_distfile(
|
||||||
|
STB_PERLIN_H
|
||||||
|
URLS "https://raw.githubusercontent.com/nothings/stb/2bb4a0accd4003c1db4c24533981e01b1adfd656/stb_perlin.h"
|
||||||
|
FILENAME stb_perlin.h
|
||||||
|
SHA512 9dbc77a530ea368a47988393c7228ffaa8622ce5ffd83770306eaa6282bf289f7f6e55f4a4a5c746798e8c8a49e180344fd8837983ec734664abf9077e37d39f
|
||||||
|
)
|
||||||
|
|
||||||
file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h")
|
file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h")
|
||||||
file(COPY ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
file(COPY ${HEADER_FILES} "${STB_PERLIN_H}" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||||
|
|
||||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/FindStb.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/FindStb.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "stb",
|
"name": "stb",
|
||||||
"version-date": "2021-09-10",
|
"version-date": "2021-09-10",
|
||||||
|
"port-version": 1,
|
||||||
"description": "public domain header-only libraries",
|
"description": "public domain header-only libraries",
|
||||||
"homepage": "https://github.com/nothings/stb",
|
"homepage": "https://github.com/nothings/stb",
|
||||||
"license": "MIT OR CC-PDDC"
|
"license": "MIT OR CC-PDDC"
|
||||||
|
@ -6898,7 +6898,7 @@
|
|||||||
},
|
},
|
||||||
"stb": {
|
"stb": {
|
||||||
"baseline": "2021-09-10",
|
"baseline": "2021-09-10",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"stduuid": {
|
"stduuid": {
|
||||||
"baseline": "1.2.2",
|
"baseline": "1.2.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "9ebadca0be90431f35a8d20b44f40b07285eb33d",
|
||||||
|
"version-date": "2021-09-10",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "2da639ecba7048e0f722dc01fae6cef32d671991",
|
"git-tree": "2da639ecba7048e0f722dc01fae6cef32d671991",
|
||||||
"version-date": "2021-09-10",
|
"version-date": "2021-09-10",
|
||||||
|
Loading…
Reference in New Issue
Block a user