blob: 6b410e6698f421828700c86ea5f70345672b9de7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// file : build/module.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <build/module>
using namespace std;
namespace build
{
module_map modules;
}
|