From 6ebc3fd29a6a05b2d56e893e753125a4c14cf184 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 16 Feb 2018 11:23:02 +0100 Subject: Add core_basic_window project example for Builder --- project/Builder/examples/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 project/Builder/examples/README.md (limited to 'project/Builder/examples/README.md') 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. -- cgit v1.2.3