From 1a1d291b1e8e33888013a05302a0de3511f0251a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 May 2015 15:00:21 +0200 Subject: Add build2 files --- build/root.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build/root.build (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..d9c5766 --- /dev/null +++ b/build/root.build @@ -0,0 +1,4 @@ +using cxx + +cxx.std = 11 +cxx.poptions += -I$src_root -I/usr/include/apr-1 -- cgit v1.1