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

exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript}

cxx.poptions =+ "-I$out_root" "-I$src_root"