blob: 495d8498d72dc9918e4641230a5e2fc22f97d683 (
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 Tools CC
// license : MIT; see accompanying LICENSE file
#include <build/module>
using namespace std;
namespace build
{
module_map modules;
}
|