summaryrefslogtreecommitdiff
path: root/hello/hello/buildfile
blob: c0e316b129df5fe16bfc35a5845208c0224368dd (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"