diff options
author | Brad King <brad.king@kitware.com> | 2007-08-02 18:23:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-08-02 18:23:46 (GMT) |
commit | 8b0575c4ceff0373cf9c014800276cba4db94fe2 (patch) | |
tree | 405b0ca8e796fc4c6f68bf27889fbb2ab9265cb6 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 9f2de08f909350da3ebc14f124051a59ed1947c3 (diff) | |
download | CMake-8b0575c4ceff0373cf9c014800276cba4db94fe2.zip CMake-8b0575c4ceff0373cf9c014800276cba4db94fe2.tar.gz CMake-8b0575c4ceff0373cf9c014800276cba4db94fe2.tar.bz2 |
ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 512618e..56c4994 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -165,7 +165,7 @@ protected: cmTarget &target); // does this generator need a requires step for any of its targets - bool NeedRequiresStep(cmLocalUnixMakefileGenerator3 *lg, const char *); + bool NeedRequiresStep(cmTarget const&); // Setup target names virtual const char* GetAllTargetName() { return "all"; } |