summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.h
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2017-03-06 21:16:42 +0100
committerBrad King <brad.king@kitware.com>2017-03-10 10:54:53 -0500
commita52faa1fcb7b54026ecfbef573d05568846e1aba (patch)
tree0ec71817719dc1f076787fc21bf892df7f334a51 /Source/cmFileCommand.h
parent0a312e2271710554f8e73518dc4b28bd1d0d1d7a (diff)
downloadcmake-a52faa1fcb7b54026ecfbef573d05568846e1aba.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h
index 319864c873..2d82a23b2c 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);