MCPcopy Create free account
hub / github.com/Kitware/CMake / WriteExcludeFromBuild

Method WriteExcludeFromBuild

Source/cmVisualStudio10TargetGenerator.cxx:3078–3088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3076}
3077
3078void cmVisualStudio10TargetGenerator::WriteExcludeFromBuild(
3079 Elem& e2, std::vector<size_t> const& exclude_configs)
3080{
3081 for (size_t ci : exclude_configs) {
3082 e2.WritePlatformConfigTag("ExcludedFromBuild",
3083 cmStrCat("'$(Configuration)|$(Platform)'=='",
3084 this->Configurations[ci], '|',
3085 this->Platform, '\''),
3086 "true");
3087 }
3088}
3089
3090void cmVisualStudio10TargetGenerator::WritePathAndIncrementalLinkOptions(
3091 Elem& e0)

Callers 1

WriteAllSourcesMethod · 0.95

Calls 2

cmStrCatFunction · 0.70

Tested by

no test coverage detected