diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-01 13:28:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-01 13:28:39 (GMT) |
commit | 07260a6f271e73f5c46f6accee1e629499afa5de (patch) | |
tree | df01c41bd8d7b428ac3e0f5d40847954874fcead /Source/cmGlobalXCodeGenerator.h | |
parent | d231a422ed888acf774ff251a640e092957ec844 (diff) | |
download | CMake-07260a6f271e73f5c46f6accee1e629499afa5de.zip CMake-07260a6f271e73f5c46f6accee1e629499afa5de.tar.gz CMake-07260a6f271e73f5c46f6accee1e629499afa5de.tar.bz2 |
ENH: Cleanup global targets even more and potentially fix Xcode
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index d73639b..cc6a39a 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -151,6 +151,9 @@ private: const char* varNameSuffix, const char* default_flags); protected: + virtual const char* GetInstallTargetName() { return "install"; } + virtual const char* GetPackageTargetName() { return "package"; } + int m_XcodeVersion; std::vector<cmXCodeObject*> m_XCodeObjects; cmXCodeObject* m_RootObject; |