mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 14:45:41 +00:00
b6b0997e70
Too messy.
30 lines
570 B
JSON
30 lines
570 B
JSON
{
|
|
"name": "shaderc",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DSHADERC_SKIP_TESTS=ON",
|
|
"-DSHADERC_SKIP_EXAMPLES=ON",
|
|
"-DSHADERC_SKIP_COPYRIGHT_CHECK=ON"
|
|
],
|
|
"build-options": {
|
|
"strip": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/stenzek/shaderc.git",
|
|
"commit": "feb2460bf3a504d67011246edeb810c45ea58826"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/*.a",
|
|
"/lib/*.la",
|
|
"/lib/cmake",
|
|
"/lib/pkgconfig"
|
|
]
|
|
}
|