]> git.tdb.fi Git - builder.git/blobdiff - source/virtualfilesystem.h
Move library mode into BuildInfo
[builder.git] / source / virtualfilesystem.h
index a2ce05c4dad880c7f1bfea7c790a4d72c67a3256..045f9b5057bcdb2b3514736147f83c015d97afd5 100644 (file)
@@ -4,6 +4,7 @@
 #include <list>
 #include <map>
 #include <msp/fs/path.h>
+#include "buildinfo.h"
 
 class Builder;
 class FileTarget;
@@ -45,7 +46,7 @@ public:
        used in linking with the library.  If a file is found but no target is
        associated with it, a new package-less target of appropriate type is
        created. */
-       FileTarget *find_library(const std::string &, const SearchPath &, LibMode);
+       FileTarget *find_library(const std::string &, const SearchPath &, BuildInfo::LibraryMode);
 
        /** Locates a binary.  The normal search path for binaries is used (usually
        this means the PATH environment variable).  If a file is found but no target