using hello

libs =
#import libs += libhello%lib{hello}

exe{basics}: {hxx ixx txx cxx}{**} $libs

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