]> git.tdb.fi Git - builder.git/blobdiff - source/virtualfilesystem.h
Tool names are no longer retrieved from Architecture
[builder.git] / source / virtualfilesystem.h
index 16f8c6d9e7e2a3e0bfafd3fb5a7f9a01c0828d62..09a4bf798d5c9a12bb3483fb0e0fd1957ceb3214 100644 (file)
@@ -7,6 +7,7 @@
 
 class Builder;
 class FileTarget;
+class Pattern;
 
 class VirtualFileSystem
 {
@@ -50,6 +51,8 @@ private:
        FileTarget *get_header(const Msp::FS::Path &);
 
        FileTarget *get_library(const std::string &, const Msp::FS::Path &, LibMode);
+
+       Msp::FS::Path try_patterns(const Msp::FS::Path &, const std::list<Pattern> &, const std::string &);
 };
 
 #endif