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