]> git.tdb.fi Git - builder.git/blobdiff - source/lib/sourcepackage.h
Install headers of non-installed components in a staging directory
[builder.git] / source / lib / sourcepackage.h
index c6e308a44c95e72696f7fc8e2b51c2a7229b242d..c311c210e86431f06fffd6a2932ffa49604deaea 100644 (file)
@@ -94,6 +94,7 @@ public:
        const Msp::FS::Path &get_source_directory() const { return source_dir; }
        Msp::FS::Path get_temp_directory() const;
        Msp::FS::Path get_output_directory() const;
+       Msp::FS::Path get_staging_directory() const;
 
        const Toolchain &get_toolchain() const { return local_tools; }
        const Component &get_component(const std::string &) const;