From f013fac528515dad78c9a624216b1e0217a5f3bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jan 2016 10:26:47 +0200 Subject: "Hello World" formatter C++ library with build2 --- format/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 format/buildfile (limited to 'format/buildfile') 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 -- cgit v1.1