summaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-01-18 22:51:18 +0100
committerGünther Wagner <info@gunibert.de>2022-01-18 22:51:18 +0100
commit0e742cc5aef96081abff847a3a2979f2d4def6b3 (patch)
treeabd9cceea2938d496d0441e36b32a9d321f1b770 /examples/meson.build
parent0fcdbbe35db2b6f16752050480cfcfa84cfe3c74 (diff)
downloadlibrest-0e742cc5aef96081abff847a3a2979f2d4def6b3.tar.gz
examples: rest demo gui application
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 375a72a..37ea0ca 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -24,3 +24,5 @@ foreach name : example_names
include_directories: config_h_inc,
)
endforeach
+
+subdir('demo')