X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=be88b41bf31d61a34257ea75bfc726df4dca5adf;hb=e38cb8ef050995fce4cd88484e43e5c618631dc5;hp=5ff84770021f4b67af5b64e0c505f14f7e586a62;hpb=42d80b43a463627e0e7edf6df3be9bd4b976d74c;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index 5ff8477..be88b41 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -34,6 +34,11 @@ void StaticLibrary::add_required_library(const string &lib) build_info.libs.push_back(lib); } +void StaticLibrary::add_library_path(const FS::Path &pth) +{ + build_info.libpath.push_back(pth); +} + void StaticLibrary::collect_build_info(BuildInfo &binfo) const { Target::collect_build_info(binfo);