Init squashed
This commit is contained in:
commit
4aac4b824f
95 changed files with 7582 additions and 0 deletions
9
scripts/setup_release.sh
Executable file
9
scripts/setup_release.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
meson setup --reconfigure \
|
||||
-D examples=true \
|
||||
-D buildtype=release \
|
||||
build
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue