summaryrefslogtreecommitdiff
path: root/mhello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'mhello/buildfile')
-rw-r--r--mhello/buildfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mhello/buildfile b/mhello/buildfile
new file mode 100644
index 0000000..f13dea8
--- /dev/null
+++ b/mhello/buildfile
@@ -0,0 +1,11 @@
+import libs = libmhello%lib{mhello}
+import libs += libstd-modules%liba{std-modules}
+
+./: exe{hello} doc{version} file{manifest}
+
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
+
+exe{hello}: cxx{hello} $libs
+exe{hello}: test.arguments = World "Planet #345732"
+exe{hello}: test.output = test.out