Add a README to examples/hello
authorMatthias Clasen <mclasen@redhat.com>
Sun, 14 May 2023 00:11:56 +0000 (20:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 14 May 2023 01:56:29 +0000 (21:56 -0400)
Just so nobody wonders why there's a meson.build
in this subdirectory.

examples/hello/README.md [new file with mode: 0644]

diff --git a/examples/hello/README.md b/examples/hello/README.md
new file mode 100644 (file)
index 0000000..543a99c
--- /dev/null
@@ -0,0 +1,7 @@
+A trivial example
+=================
+
+This is a very minimal example of an app that can be built against GTK.
+We use this in CI to test that building against the installed GTK works.
+
+That is why there is a standalone meson.build in this subdirectory.