]> git.tdb.fi Git - builder.git/blob - source/executable.cpp
Get rid of the Library and SystemLibrary classes as unnecessary abstractions
[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 }