From 8bb21cfef3955e42bab30ca2dd074f29be5c2c36 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:25:43 +0300 Subject: Move project into intermediate sub-directory --- hello/buildfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hello/buildfile (limited to 'hello/buildfile') diff --git a/hello/buildfile b/hello/buildfile new file mode 100644 index 0000000..95ac13d --- /dev/null +++ b/hello/buildfile @@ -0,0 +1,11 @@ +import libs = libhello%lib{hello} + +./: 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 + -- cgit v1.1