diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-20 12:16:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-27 13:31:18 (GMT) |
commit | 038df9e49e6fcb54d6f6a1bcfb09f6a0e5ec0c2e (patch) | |
tree | 3ecef2f6d375a8966406742e666090a2b230823d /Source/cmGlobalVisualStudio8Generator.h | |
parent | 6fe4fcba787e4e27a4863faa28aa41ae11026d6b (diff) | |
download | CMake-038df9e49e6fcb54d6f6a1bcfb09f6a0e5ec0c2e.zip CMake-038df9e49e6fcb54d6f6a1bcfb09f6a0e5ec0c2e.tar.gz CMake-038df9e49e6fcb54d6f6a1bcfb09f6a0e5ec0c2e.tar.bz2 |
VS: Allow setting the name of the target platform
Since the name for a target platform is independent of its cpu
architecture an additional option is required to set it correctly.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index 08674cd..4dd2b4b 100644 --- a/Source/cmGlobalVisualStudio8Generator.h +++ b/Source/cmGlobalVisualStudio8Generator.h @@ -87,6 +87,7 @@ protected: const char* path, cmTarget &t); std::string Name; + std::string PlatformName; std::string WindowsCEVersion; private: |