mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vulkan-headers] Control options (#40514)
This commit is contained in:
parent
71e8f68925
commit
3d23d8f278
@ -8,7 +8,11 @@ vcpkg_from_github(
|
||||
|
||||
set(VCPKG_BUILD_TYPE release) # header-only port
|
||||
|
||||
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
|
||||
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DVULKAN_HEADERS_ENABLE_MODULE=OFF
|
||||
-DVULKAN_HEADERS_ENABLE_TESTS=OFF
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"version": "1.3.290.0",
|
||||
"port-version": 1,
|
||||
"description": "Vulkan header files and API registry",
|
||||
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -9362,7 +9362,7 @@
|
||||
},
|
||||
"vulkan-headers": {
|
||||
"baseline": "1.3.290.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"vulkan-hpp": {
|
||||
"baseline": "deprecated",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3335b4bdf60e3c09fafd8541329aba7c275c5a1a",
|
||||
"version": "1.3.290.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "5f50e6d2867d888fdcb9e2a467731948e4ed36f5",
|
||||
"version": "1.3.290.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user