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:
commit
13cc4bb628
|
@ -657,7 +657,7 @@ void cmVisualStudio10TargetGenerator::WriteObjSources()
|
|||
|
||||
void cmVisualStudio10TargetGenerator::WriteCLSources()
|
||||
{
|
||||
if(this->Target->GetType() > cmTarget::MODULE_LIBRARY)
|
||||
if(this->Target->GetType() > cmTarget::UTILITY)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue