diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 18:25:02 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-07 15:06:15 (GMT) |
commit | 1f54bc1cf35707a5f1410ff4c6632d7cba351c40 (patch) | |
tree | 8940b8c8bb62a4d1849c441515764be4d4fbb6a8 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 7568199b4de18ed56ad8ef735c145c4a44327355 (diff) | |
download | CMake-1f54bc1cf35707a5f1410ff4c6632d7cba351c40.zip CMake-1f54bc1cf35707a5f1410ff4c6632d7cba351c40.tar.gz CMake-1f54bc1cf35707a5f1410ff4c6632d7cba351c40.tar.bz2 |
cmTarget: Split storage of include directories from genexes.
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 2f9d79a..b69fc65 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/Source/cmGlobalVisualStudioGenerator.cxx @@ -90,6 +90,7 @@ bool cmGlobalVisualStudioGenerator::Compute() AddUtilityCommand("ALL_BUILD", true, no_working_dir, no_depends, no_commands, false, "Build all projects"); + allBuild->Compute(); cmGeneratorTarget* gt = new cmGeneratorTarget(allBuild, gen[0]); allBuild->GetMakefile()->AddGeneratorTarget(allBuild, gt); |