blob: 4903a33d7a508bf7ff5bb9dd19cabc621216e956 (
plain)
1
2
3
4
5
6
7
8
|
lib{hello}: {hxx cxx}{hello}
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
|