[stb] Install missing stb_vorbis.c file (#30616)

* [stb] Install stb_vorbis library

* [stb] Update versions

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Sergei Kachkov 2023-04-13 21:11:50 +03:00 committed by GitHub
parent 5b11232d00
commit c2f29e5aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
HEAD_REF master
)
file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h")
file(GLOB HEADER_FILES "${SOURCE_PATH}/*.h" "${SOURCE_PATH}/stb_vorbis.c")
file(COPY ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/FindStb.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -1,6 +1,7 @@
{
"name": "stb",
"version-date": "2023-04-11",
"port-version": 1,
"description": "public domain header-only libraries",
"homepage": "https://github.com/nothings/stb",
"license": "MIT OR CC-PDDC"

View File

@ -7626,7 +7626,7 @@
},
"stb": {
"baseline": "2023-04-11",
"port-version": 0
"port-version": 1
},
"stdexec": {
"baseline": "2023-03-05",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "acd9c2bf96a3e32fbf629b1bfd6cba4827761069",
"version-date": "2023-04-11",
"port-version": 1
},
{
"git-tree": "4da95279f1989ddca993d095fcd2c0e245c8b5d6",
"version-date": "2023-04-11",