diff options
Diffstat (limited to 'bootstrap.bat')
| -rw-r--r-- | bootstrap.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap.bat b/bootstrap.bat new file mode 100644 index 0000000..1a9a92e --- /dev/null +++ b/bootstrap.bat @@ -0,0 +1,5 @@ +mkdir build
+cd build
+cmake -DBOOTSTRAP=ON -DCMAKE_INSTALL_PREFIX=stage .
+cmake --build . --target raylib
+cmake -UBOOTSTRAP .
|
