aboutsummaryrefslogtreecommitdiff
path: root/examples/c/example4.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/example4.cfg')
-rw-r--r--examples/c/example4.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/c/example4.cfg b/examples/c/example4.cfg
new file mode 100644
index 0000000..7b5b75a
--- /dev/null
+++ b/examples/c/example4.cfg
@@ -0,0 +1,9 @@
+// Config file with wildcard includes
+
+
+books: (
+
+@include "cfg_includes/book*.cfg"
+
+
+);