From 05f488011a05ab95396789674cd6b02d9baebccd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 13 May 2023 20:11:56 -0400 Subject: [PATCH] Add a README to examples/hello Just so nobody wonders why there's a meson.build in this subdirectory. --- examples/hello/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/hello/README.md diff --git a/examples/hello/README.md b/examples/hello/README.md new file mode 100644 index 0000000000..543a99c4bd --- /dev/null +++ b/examples/hello/README.md @@ -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.