diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:54:23 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:54:23 -0800 |
| commit | d799762ea7a8e6790d06bfc64297f9896e12c3b4 (patch) | |
| tree | 4a20a0398055b26259e3d9e9f7cf40b960c2d034 /toolsrc/include | |
| parent | be25fd7331c5920eec76cdfdfaeb1a869627afb8 (diff) | |
| download | vcpkg-d799762ea7a8e6790d06bfc64297f9896e12c3b4.tar.gz vcpkg-d799762ea7a8e6790d06bfc64297f9896e12c3b4.zip | |
Move listfile_path() to vcpkg_paths.h
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_paths.h b/toolsrc/include/vcpkg_paths.h index 046b6836c..8276242e9 100644 --- a/toolsrc/include/vcpkg_paths.h +++ b/toolsrc/include/vcpkg_paths.h @@ -2,6 +2,7 @@ #include <filesystem> #include "expected.h" #include "package_spec.h" +#include "BinaryParagraph.h" namespace vcpkg { @@ -13,6 +14,7 @@ namespace vcpkg fs::path package_dir(const package_spec& spec) const; fs::path port_dir(const package_spec& spec) const; + fs::path listfile_path(const BinaryParagraph& pgh) const; bool is_valid_triplet(const triplet& t) const; fs::path root; |
