summaryrefslogtreecommitdiff
path: root/buildfile
blob: 0f35aefd3f63ba04ce25b3b1dd40d3521b873c18 (plain)
1
2
3
4
5
6
7
import libs = libhello%lib{hello}

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

./: exe{hello} doc{version} file{manifest}