aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2016-09-26 21:27:50 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2016-09-26 21:27:50 +0300
commit90ba4e3b8ba61e50ac2d9fe8bb8a44d74cd2d365 (patch)
treefd31b3f354e2ea555cff01f19c6fb8a338f2dae4 /bootstrap.bat
parenta84ee52188111dc44724fdde47f131b9e6465511 (diff)
downloadrayskeleton-master.tar.gz
rayskeleton-master.zip
Add bootstrap scriptsHEADmaster
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat5
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 .