blob: 4edb84070b4a99d48d30fddde9d032bcf37f7a1a (
plain)
1
2
3
4
5
6
7
8
|
lib{format}: {hxx cxx}{format}
cxx.poptions += -I$src_root
lib{format}: cxx.export.poptions = -I$src_root
# Install into the format/ subdirectory of, say, /usr/include/.
#
install.include = $install.include/format
|