diff options
| author | Michael Vetter <[email protected]> | 2018-02-16 11:25:12 +0100 |
|---|---|---|
| committer | Michael Vetter <[email protected]> | 2018-02-16 11:25:12 +0100 |
| commit | e0a3a51b753ae20727bac9191da9b62f32c92d83 (patch) | |
| tree | bfc91ed6f584f1ac766334d96c16f0b14bb739b3 /project | |
| parent | 6ebc3fd29a6a05b2d56e893e753125a4c14cf184 (diff) | |
| download | raylib-e0a3a51b753ae20727bac9191da9b62f32c92d83.tar.gz raylib-e0a3a51b753ae20727bac9191da9b62f32c92d83.zip | |
Builder project: Add note about examples
Diffstat (limited to 'project')
| -rw-r--r-- | project/Builder/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/Builder/README.md b/project/Builder/README.md index f816ebe5..1696e0d2 100644 --- a/project/Builder/README.md +++ b/project/Builder/README.md @@ -18,3 +18,6 @@ We added comments to the file to give you an idea which values you should edit. For a full overview of options please check the [meson manual](http://mesonbuild.com/Manual.html). In the provided file we assume that the build file is located at the root folder of your project, and that all your sources are in a `src` subfolder. + +Check out the `examples` directory for a simple example on how to use this template. +You can also look at [raymario](https://github.com/jubalh/raymario) for a slightly more complex example which also installs resource files. |
