]> git.tdb.fi Git - builder.git/blob - source/executable.cpp
923ff8891ae53f8d65f00ca918b0f3279a89baff
[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         Binary(b, c, objs)
7 {
8         install_location = "bin";
9 }