aboutsummaryrefslogtreecommitdiff
path: root/build2/install/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/utility.hxx')
-rw-r--r--build2/install/utility.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/install/utility.hxx b/build2/install/utility.hxx
index 21c0c44..173b25c 100644
--- a/build2/install/utility.hxx
+++ b/build2/install/utility.hxx
@@ -9,6 +9,7 @@
#include <build2/utility.hxx>
#include <build2/scope.hxx>
+#include <build2/target.hxx>
namespace build2
{
@@ -57,6 +58,11 @@ namespace build2
//
dir_path
resolve_dir (const target&, dir_path); // rule.cxx
+
+ // Resolve file installation path returning empty path if not installable.
+ //
+ path
+ resolve_file (const file&); // rule.cxx
}
}