mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-21 09:37:26 -05:00
Based on OBS plugin template build scripts with some minor adjustments: * Adjust format check scripts to exclude ./deps folder * Adjust release scripts to only draft releases * Always build installers * Always upload build artefacts * Build opencv for Mac and Windows releases
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
package 'cmake'
|
|
package 'ccache'
|
|
package 'curl'
|
|
package 'git'
|
|
package 'jq'
|
|
package 'ninja-build', bin: 'ninja'
|
|
package 'pkg-config'
|
|
package 'clang'
|
|
package 'clang-format-13'
|