summaryrefslogtreecommitdiffhomepage
path: root/project/Builder/examples/README.md
diff options
context:
space:
mode:
authorMichael Vetter <[email protected]>2018-02-16 11:23:02 +0100
committerMichael Vetter <[email protected]>2018-02-16 11:23:02 +0100
commit6ebc3fd29a6a05b2d56e893e753125a4c14cf184 (patch)
tree287ff426ee27fdf3f0b454bf305aa43231156831 /project/Builder/examples/README.md
parent988f5b78329f31c3107ec258e8ac3eb1358dee3b (diff)
downloadraylib-6ebc3fd29a6a05b2d56e893e753125a4c14cf184.tar.gz
raylib-6ebc3fd29a6a05b2d56e893e753125a4c14cf184.zip
Add core_basic_window project example for Builder
Diffstat (limited to 'project/Builder/examples/README.md')
-rw-r--r--project/Builder/examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Builder/examples/README.md b/project/Builder/examples/README.md
new file mode 100644
index 00000000..cba3aef5
--- /dev/null
+++ b/project/Builder/examples/README.md
@@ -0,0 +1 @@
+Open `meson.build` with Builder or run `meson build; cd build; ninja; ./core_basic_window` on the commandline to launch the example.