Merge topic 'fix_source_groups_for_custom_targets_vs10'

7bbab25 Add support for source files in custom targets for VS 10 (Bug#11330).
This commit is contained in:
Brad King 2011-01-11 15:51:46 -05:00 committed by CMake Topic Stage
commit 13cc4bb628
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ void cmVisualStudio10TargetGenerator::WriteObjSources()
void cmVisualStudio10TargetGenerator::WriteCLSources()
{
if(this->Target->GetType() > cmTarget::MODULE_LIBRARY)
if(this->Target->GetType() > cmTarget::UTILITY)
{
return;
}