aboutsummaryrefslogtreecommitdiff
path: root/build2/install/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-02 11:18:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-02 11:33:51 +0200
commite65c406301c3a7b30174f8706ba39584e80ddf25 (patch)
tree39ab598476f4965616979f498e016e3f7913008c /build2/install/utility.hxx
parente8ef2fbd339afd8113bd92d371bc49d7d570c32f (diff)
Save module map to pkg-config files
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
}
}