diff options
| author | Michael Vetter <[email protected]> | 2018-02-16 11:23:02 +0100 |
|---|---|---|
| committer | Michael Vetter <[email protected]> | 2018-02-16 11:23:02 +0100 |
| commit | 6ebc3fd29a6a05b2d56e893e753125a4c14cf184 (patch) | |
| tree | 287ff426ee27fdf3f0b454bf305aa43231156831 /project/Builder/examples/README.md | |
| parent | 988f5b78329f31c3107ec258e8ac3eb1358dee3b (diff) | |
| download | raylib-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.md | 1 |
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. |
