From 1cf1603cae3064aff734f52d23c06098e81a8111 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Jul 2015 15:01:10 +0200 Subject: Install module genesis --- build/install/operation | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 build/install/operation (limited to 'build/install/operation') diff --git a/build/install/operation b/build/install/operation new file mode 100644 index 0000000..2763d10 --- /dev/null +++ b/build/install/operation @@ -0,0 +1,18 @@ +// file : build/install/operation -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BUILD_INSTALL_OPERATION +#define BUILD_INSTALL_OPERATION + +#include + +namespace build +{ + namespace install + { + extern operation_info install; + } +} + +#endif // BUILD_INSTALL_OPERATION -- cgit v1.1