mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGeneratorTarget: Add accessor for cmLocalGenerator.
This commit is contained in:
@@ -26,6 +26,8 @@ class cmGeneratorTarget
|
||||
public:
|
||||
cmGeneratorTarget(cmTarget*);
|
||||
|
||||
cmLocalGenerator* GetLocalGenerator() const;
|
||||
|
||||
int GetType() const;
|
||||
std::string GetName() const;
|
||||
const char *GetProperty(const std::string& prop) const;
|
||||
|
||||
Reference in New Issue
Block a user