blob: c7aa014c32b987f450d3a035061f7a1abaed2e51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// file : build/dist/operation -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUILD_DIST_OPERATION
#define BUILD_DIST_OPERATION
#include <build/operation>
namespace build
{
namespace dist
{
extern meta_operation_info dist;
}
}
#endif // BUILD_DIST_OPERATION
|