summaryrefslogtreecommitdiff
path: root/mhello/buildfile
blob: ae461b355bff87a32e52d8c86073117125b03a11 (plain)
1
2
3
4
5
6
7
8
import libs  = libmhello%lib{mhello}
import libs += libstd-modules%liba{std-modules}

./: exe{hello} manifest

exe{hello}: cxx{hello} $libs
exe{hello}: file{test.out}: test.stdout = true
exe{hello}: test.arguments = World "Planet #345732"