diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-30 14:08:43 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-30 14:08:43 -0800 |
| commit | ae379fedea589552ad7c98eb350c492ce830fb48 (patch) | |
| tree | 49bb06e56a8edff713c265c71aea01866d6e513e /toolsrc/include | |
| parent | 5b6baf0ce065c1aa0e176ca2730226e0e6beae18 (diff) | |
| download | vcpkg-ae379fedea589552ad7c98eb350c492ce830fb48.tar.gz vcpkg-ae379fedea589552ad7c98eb350c492ce830fb48.zip | |
Move print_paths() to Files::
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Files.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Files.h b/toolsrc/include/vcpkg_Files.h index aa25d8333..8b320303d 100644 --- a/toolsrc/include/vcpkg_Files.h +++ b/toolsrc/include/vcpkg_Files.h @@ -47,4 +47,6 @@ namespace vcpkg {namespace Files void non_recursive_find_all_files_in_dir(const fs::path& dir, std::vector<fs::path>* output); std::vector<fs::path> non_recursive_find_all_files_in_dir(const fs::path& dir); + + void print_paths(const std::vector<fs::path>& paths); }} |
