diff options
author | Brad King <brad.king@kitware.com> | 2015-10-21 13:16:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-21 13:16:56 (GMT) |
commit | 740f85a204d7a837e3ad408a79992f6a9c0b000c (patch) | |
tree | 55e55d20f5f8777e5c1e860e3a0d476a40d26255 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 8bcf2c81fc2a2bc458d54f9d5dbd40b49e5b993e (diff) | |
parent | a4bbdc5ecf4d2b66346e1006cee891acf95c8ad8 (diff) | |
download | CMake-740f85a204d7a837e3ad408a79992f6a9c0b000c.zip CMake-740f85a204d7a837e3ad408a79992f6a9c0b000c.tar.gz CMake-740f85a204d7a837e3ad408a79992f6a9c0b000c.tar.bz2 |
Merge topic 'cmLocalGenerator-generator-target-storage'
a4bbdc5e cmLocalGenerator: Remove cmGeneratorTargetsType from setter API.
04b6bb16 cmLocalGenerator: Simplify semantic of adding generator targets.
400e3d19 cmLocalGenerator: Don't store imported generator targets
726e461b CMP0063: Split unit test by target type.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx index 9af5b35..91ca9a3 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/Source/cmGlobalVisualStudioGenerator.cxx @@ -88,6 +88,7 @@ void cmGlobalVisualStudioGenerator::AddExtraIDETargets() cmGeneratorTarget* gt = new cmGeneratorTarget(allBuild, gen[0]); gen[0]->AddGeneratorTarget(allBuild, gt); + this->AddGeneratorTarget(allBuild, gt); #if 0 // Can't activate this code because we want ALL_BUILD |