diff options
author | Florian Apolloner <florian@apolloner.eu> | 2017-03-06 20:16:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:54:53 (GMT) |
commit | a52faa1fcb7b54026ecfbef573d05568846e1aba (patch) | |
tree | 0ec71817719dc1f076787fc21bf892df7f334a51 /Source/cmFileCommand.h | |
parent | 0a312e2271710554f8e73518dc4b28bd1d0d1d7a (diff) | |
download | CMake-a52faa1fcb7b54026ecfbef573d05568846e1aba.zip CMake-a52faa1fcb7b54026ecfbef573d05568846e1aba.tar.gz CMake-a52faa1fcb7b54026ecfbef573d05568846e1aba.tar.bz2 |
file: Add READ_ELF command to parse ELF binaries
Leave it undocumented for now because we intend to use it internally and
it cannot be made available everywhere.
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 319864c..2d82a23 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -53,6 +53,7 @@ protected: bool HandleRelativePathCommand(std::vector<std::string> const& args); bool HandleCMakePathCommand(std::vector<std::string> const& args, bool nativePath); + bool HandleReadElfCommand(std::vector<std::string> const& args); bool HandleRPathChangeCommand(std::vector<std::string> const& args); bool HandleRPathCheckCommand(std::vector<std::string> const& args); bool HandleRPathRemoveCommand(std::vector<std::string> const& args); |