]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Support building static libraries (but not using them yet)
[builder.git] / source / executable.h
index f118b8762b0ab568cc2ad8ae5e88a1299a754c5d..81637a7ae461f334a5866e02e0517eee6a37c5d5 100644 (file)
@@ -11,6 +11,7 @@ class Executable: public Target
 public:
        Executable(Builder &, const Component &, const std::list<ObjectFile *> &);
        const char *get_type() const { return "Executable"; }
+       const Component &get_component() const { return comp; }
        void find_depends();
        Action *build();
 private: