summaryrefslogtreecommitdiff
path: root/hello/buildfile
blob: c18fa9881fd5d224ab14143e5878f646cbe80c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
import libs = libformat%lib{format}
import libs += libprint%lib{print}

lib{hello}: {hxx cxx}{hello} $libs

cxx.poptions += -I$src_root
lib{hello}: cxx.export.poptions = -I$src_root

# Install into the hello/ subdirectory of, say, /usr/include/.
#
install.include = $install.include/hello