Add the stupid setup and reset scripts for windows.

This commit is contained in:
Zed A. Shaw 2024-05-05 04:09:09 -04:00
parent 67cbd430bf
commit a3209606ef
2 changed files with 17 additions and 0 deletions

7
PPP3/setup.ps1 Normal file
View file

@ -0,0 +1,7 @@
mkdir builddir
mkdir subprojects
meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson setup -Ddefault_library=static builddir