diff options
Diffstat (limited to 'format/buildfile')
-rw-r--r-- | format/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/format/buildfile b/format/buildfile new file mode 100644 index 0000000..4edb840 --- /dev/null +++ b/format/buildfile @@ -0,0 +1,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 |