From 297bc80eab5128e1cde7cd597368109a033b6cc0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Sep 2016 18:03:28 +0200 Subject: Update idea: C++ modules support Add module test for Clang and VC --- build2/cxx-modules/modtest/build/bootstrap.build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build2/cxx-modules/modtest/build/bootstrap.build (limited to 'build2/cxx-modules/modtest/build/bootstrap.build') diff --git a/build2/cxx-modules/modtest/build/bootstrap.build b/build2/cxx-modules/modtest/build/bootstrap.build new file mode 100644 index 0000000..0c03d81 --- /dev/null +++ b/build2/cxx-modules/modtest/build/bootstrap.build @@ -0,0 +1,10 @@ +# file : build/bootstrap.build +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +project = modtest + +using build@0.4.0 + +using config +using test -- cgit v1.1