mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
22 lines
452 B
YAML
22 lines
452 B
YAML
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: "f60bb80e255144e71776e2ad570d89b78ea2ab4f"
|
|
cleanup:
|
|
- /bin
|
|
- /include
|
|
- /lib/*.a
|
|
- /lib/*.la
|
|
- /lib/cmake
|
|
- /lib/pkgconfig
|