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

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

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