diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-06-26 16:21:05 +0200 |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-06-27 18:38:36 +0200 |
commit | cc9f88af53b6dd95d3fc1786166dd05599e2ba91 (patch) | |
tree | 8d5bb84ed7ec6b6757a87f792c81e6ba7a017f99 /Source/cmGeneratorTarget.h | |
parent | b142b721419f5653b7eeea65c5c899970be58812 (diff) | |
download | cmake-cc9f88af53b6dd95d3fc1786166dd05599e2ba91.tar.gz |
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Fixes: #17997
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index aa36823d7e..4cc0aac5f1 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -422,6 +422,10 @@ public: const std::string& config, const std::string& language) const; + void GetLinkDepends(std::vector<std::string>& result, + const std::string& config, + const std::string& language) const; + bool IsSystemIncludeDirectory(const std::string& dir, const std::string& config, const std::string& language) const; |