diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-15 23:19:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-19 13:31:32 (GMT) |
commit | 9facfd133654098ac59c0df957555ea5b5ed9a5a (patch) | |
tree | d50e9f2e2e7a61ddf8f534a22225943024d67b4d /Source/cmGeneratorTarget.h | |
parent | 78bfee35d5bd5cba879d92eda4310d25bc54b30e (diff) | |
download | CMake-9facfd133654098ac59c0df957555ea5b5ed9a5a.zip CMake-9facfd133654098ac59c0df957555ea5b5ed9a5a.tar.gz CMake-9facfd133654098ac59c0df957555ea5b5ed9a5a.tar.bz2 |
Move GetCreateRuleVariable to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index ad1aa62..d4640b6 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -69,6 +69,11 @@ public: void GetAppleArchs(const char* config, std::vector<std::string>& archVec); + + ///! Return the rule variable used to create this type of target, + // need to add CMAKE_(LANG) for full name. + const char* GetCreateRuleVariable(); + private: void ClassifySources(); void LookupObjectLibraries(); |