diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-28 15:01:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-28 15:01:10 +0200 |
commit | 1cf1603cae3064aff734f52d23c06098e81a8111 (patch) | |
tree | f82ed15513af3c48f58545b420b6ca1afd1ac9a7 /build/install/operation | |
parent | 99116592590c0face4ec37a2e0308e9c3a2f98dd (diff) |
Install module genesis
Diffstat (limited to 'build/install/operation')
-rw-r--r-- | build/install/operation | 18 |
1 files changed, 18 insertions, 0 deletions
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 <build/operation> + +namespace build +{ + namespace install + { + extern operation_info install; + } +} + +#endif // BUILD_INSTALL_OPERATION |