mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add more forwarding API to cmGeneratorTarget.
This API is the most commonly required in the following patches.
This commit is contained in:
@@ -26,6 +26,12 @@ class cmGeneratorTarget
|
||||
public:
|
||||
cmGeneratorTarget(cmTarget*);
|
||||
|
||||
int GetType() const;
|
||||
const char *GetName() const;
|
||||
const char *GetProperty(const char *prop);
|
||||
bool GetPropertyAsBool(const char *prop);
|
||||
std::vector<cmSourceFile*> const& GetSourceFiles();
|
||||
|
||||
cmTarget* Target;
|
||||
cmMakefile* Makefile;
|
||||
cmLocalGenerator* LocalGenerator;
|
||||
|
||||
Reference in New Issue
Block a user