file: Add GET_RUNTIME_DEPENDENCIES mode

Co-Authored-by: Bryon Bean <bryon.bean@kitware.com>
This commit is contained in:
Kyle Edwards
2019-03-14 11:58:34 -04:00
parent f36719111d
commit 1f9ef25130
88 changed files with 3684 additions and 3 deletions

View File

@@ -62,6 +62,8 @@ protected:
bool HandleSizeCommand(std::vector<std::string> const& args);
bool HandleReadSymlinkCommand(std::vector<std::string> const& args);
bool HandleCreateLinkCommand(std::vector<std::string> const& args);
bool HandleGetRuntimeDependenciesCommand(
std::vector<std::string> const& args);
private:
void AddEvaluationFile(const std::string& inputName,