COMP: Added missing labels to case.

This commit is contained in:
Brad King 2005-01-28 18:12:56 -05:00
parent ca6fddec80
commit 110ce95fc8
1 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,10 @@ void cmGlobalXCodeGenerator::CreateXCodeTargets(cmLocalGenerator* gen,
break; break;
case cmTarget::UTILITY: case cmTarget::UTILITY:
break; break;
case cmTarget::INSTALL_FILES:
break;
case cmTarget::INSTALL_PROGRAMS:
break;
} }
} }
} }