diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-19 22:42:01 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:52:22 (GMT) |
commit | 3ebc62850c7461dca4723b063b5e5f019409db84 (patch) | |
tree | d9521786e66ef5545aaff04e4e1265d5cd29e3e6 /Source/cmGeneratorTarget.h | |
parent | 311018e5ad27abf7c76003ec91d3f26ef316e3cc (diff) | |
download | CMake-3ebc62850c7461dca4723b063b5e5f019409db84.zip CMake-3ebc62850c7461dca4723b063b5e5f019409db84.tar.gz CMake-3ebc62850c7461dca4723b063b5e5f019409db84.tar.bz2 |
cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index b32bfd9..26b229d 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -196,6 +196,9 @@ public: std::string GetModuleDefinitionFile(const std::string& config) const; + /** @return whether this target have a well defined output file name. */ + bool HaveWellDefinedOutputFiles() const; + /** Link information from the transitive closure of the link implementation and the interfaces of its dependencies. */ struct LinkClosure |