Initial commit that has most of what I need.
This commit is contained in:
parent
933f47a440
commit
ad143dca05
11 changed files with 317 additions and 0 deletions
14
scripts/reset_build.sh
Normal file
14
scripts/reset_build.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
mv -f ./subprojects/packagecache .
|
||||
rm -rf subprojects builddir
|
||||
mkdir subprojects
|
||||
mv packagecache ./subprojects/
|
||||
mkdir builddir
|
||||
cp *.wrap subprojects
|
||||
meson wrap install fmt
|
||||
meson wrap install catch2
|
||||
meson wrap install ftxui
|
||||
meson wrap install nlohmann_json
|
||||
meson setup builddir
|
Loading…
Add table
Add a link
Reference in a new issue