diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-04 21:16:27 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-06 20:17:30 (GMT) |
commit | 2597bcf831dae6a0a7a212607ea4b926ec6b10e0 (patch) | |
tree | 277564c9108097e0e841d93f1346ab5140c1233e /Source/cmLocalGenerator.h | |
parent | b2cf1cba07633a242d5d13f694609a505c6a6235 (diff) | |
download | CMake-2597bcf831dae6a0a7a212607ea4b926ec6b10e0.zip CMake-2597bcf831dae6a0a7a212607ea4b926ec6b10e0.tar.gz CMake-2597bcf831dae6a0a7a212607ea4b926ec6b10e0.tar.bz2 |
cmLocalGenerator: Extract policy handling into a method
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 19469be..2c1aeac 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -82,6 +82,9 @@ public: return this->GlobalGenerator; } + std::string GetLinkLibsCMP0065(std::string const& linkLanguage, + cmGeneratorTarget& tgt) const; + cmState* GetState() const; cmState::Snapshot GetStateSnapshot() const; |