]> git.tdb.fi Git - builder.git/blobdiff - source/templatefile.cpp
Add support for generating source files
[builder.git] / source / templatefile.cpp
diff --git a/source/templatefile.cpp b/source/templatefile.cpp
new file mode 100644 (file)
index 0000000..f5bfcb5
--- /dev/null
@@ -0,0 +1,7 @@
+#include "templatefile.h"
+
+using namespace Msp;
+
+TemplateFile::TemplateFile(Builder &b, const Component &c, const FS::Path &p):
+       SourceFile(b, c, p)
+{ }