From 0dfb3d4b770c60800d5ae75832bf32970f95e964 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Jun 2018 17:13:54 +0200 Subject: Initial take on vcpkg packaging --- build/root.build | 10 ++++++++++ 1 file changed, 10 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..481ab0e --- /dev/null +++ b/build/root.build @@ -0,0 +1,10 @@ +cxx.std = latest + +using cxx + +hxx{*}: extension = h +cxx{*}: extension = cpp + +# The test target for cross-testing (running tests under Wine, etc). +# +test.target = $cxx.target -- cgit v1.1