mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 23:25:41 +00:00
b6b0997e70
Too messy.
40 lines
916 B
JSON
40 lines
916 B
JSON
{
|
|
"name": "spirv-cross",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DSPIRV_CROSS_SHARED=ON",
|
|
"-DSPIRV_CROSS_STATIC=OFF",
|
|
"-DSPIRV_CROSS_CLI=OFF",
|
|
"-DSPIRV_CROSS_ENABLE_TESTS=OFF",
|
|
"-DSPIRV_CROSS_ENABLE_GLSL=ON",
|
|
"-DSPIRV_CROSS_ENABLE_HLSL=OFF",
|
|
"-DSPIRV_CROSS_ENABLE_MSL=OFF",
|
|
"-DSPIRV_CROSS_ENABLE_CPP=OFF",
|
|
"-DSPIRV_CROSS_ENABLE_REFLECT=OFF",
|
|
"-DSPIRV_CROSS_ENABLE_C_API=ON",
|
|
"-DSPIRV_CROSS_ENABLE_UTIL=ON"
|
|
],
|
|
"build-options": {
|
|
"strip": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/KhronosGroup/SPIRV-Cross.git",
|
|
"tag": "vulkan-sdk-1.3.290.0",
|
|
"commit": "5d127b917f080c6f052553c47170ec0ba702e54f"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/*.a",
|
|
"/lib/*.la",
|
|
"/lib/cmake",
|
|
"/lib/pkgconfig",
|
|
"/share"
|
|
]
|
|
}
|