]> git.tdb.fi Git - builder.git/blob - source/executable.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / executable.cpp
1 #include "component.h"
2 #include "executable.h"
3 #include "sourcepackage.h"
4
5 Executable::Executable(Builder &b, const Component &c, const std::list<ObjectFile *> &objs):
6         FileTarget(b, &c.get_package(), generate_target_path(c)),
7         Binary(b, c, objs)
8 { }