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
13
scripts/reset_build.ps1
Normal file
13
scripts/reset_build.ps1
Normal file
|
@ -0,0 +1,13 @@
|
|||
mv .\subprojects\packagecache .
|
||||
rm -recurse -force .\subprojects\,.\builddir\
|
||||
mkdir subprojects
|
||||
mv .\packagecache .\subprojects\
|
||||
cp *.wrap subprojects
|
||||
mkdir builddir
|
||||
meson wrap install fmt
|
||||
meson wrap install catch2
|
||||
meson wrap install ftxui
|
||||
meson wrap install nlohmann_json
|
||||
# $env:CC="clang"
|
||||
# $env:CXX="clang++"
|
||||
meson setup --default-library=static --prefer-static builddir
|
Loading…
Add table
Add a link
Reference in a new issue