From f7adb1ce7a13753a6acf5c9eeb9577ecdada630c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Aug 2019 22:10:09 +0300 Subject: Move c build system module to separate library --- libbuild2/c/target.hxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libbuild2/c/target.hxx (limited to 'libbuild2/c/target.hxx') diff --git a/libbuild2/c/target.hxx b/libbuild2/c/target.hxx new file mode 100644 index 0000000..b35beab --- /dev/null +++ b/libbuild2/c/target.hxx @@ -0,0 +1,22 @@ +// file : libbuild2/c/target.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef LIBBUILD2_C_TARGET_HXX +#define LIBBUILD2_C_TARGET_HXX + +#include +#include + +#include + +namespace build2 +{ + namespace c + { + using cc::h; + using cc::c; + } +} + +#endif // LIBBUILD2_C_TARGET_HXX -- cgit v1.1