mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[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:
parent
5b11232d00
commit
c2f29e5aba
@ -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}")
|
||||
|
@ -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"
|
||||
|
@ -7626,7 +7626,7 @@
|
||||
},
|
||||
"stb": {
|
||||
"baseline": "2023-04-11",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"stdexec": {
|
||||
"baseline": "2023-03-05",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "acd9c2bf96a3e32fbf629b1bfd6cba4827761069",
|
||||
"version-date": "2023-04-11",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "4da95279f1989ddca993d095fcd2c0e245c8b5d6",
|
||||
"version-date": "2023-04-11",
|
||||
|
Loading…
Reference in New Issue
Block a user