summaryrefslogtreecommitdiff
path: root/mhello/buildfile
blob: f13dea85a33b61bdd8c3d2fe9c6af71fd7461b6c (plain)
1
2
3
4
5
6
7
8
9
10
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