]> git.tdb.fi Git - builder.git/blob - source/templatefile.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / templatefile.cpp
1 #include "templatefile.h"
2
3 using namespace Msp;
4
5 TemplateFile::TemplateFile(Builder &b, const Component &c, const FS::Path &p):
6         SourceFile(b, c, p)
7 { }