mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 02:17:27 +08:00
cmLocalGenerator: Add cmake instance accessor.
This commit is contained in:
@@ -2858,6 +2858,11 @@ cmLocalGenerator
|
||||
return source.GetLanguage();
|
||||
}
|
||||
|
||||
cmake* cmLocalGenerator::GetCMakeInstance() const
|
||||
{
|
||||
return this->GlobalGenerator->GetCMakeInstance();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
std::string
|
||||
cmLocalGenerator::GetTargetDirectory(cmTarget const&) const
|
||||
|
@@ -251,6 +251,8 @@ public:
|
||||
*/
|
||||
bool NeedBackwardsCompatibility_2_4();
|
||||
|
||||
cmake* GetCMakeInstance() const;
|
||||
|
||||
/**
|
||||
* Generate a Mac OS X application bundle Info.plist file.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user