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

Method IsResxHeader

Source/cmVisualStudio10TargetGenerator.cxx:5428–5432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5426}
5427
5428bool cmVisualStudio10TargetGenerator::IsResxHeader(
5429 std::string const& headerFile)
5430{
5431 return this->ExpectedResxHeaders.count(headerFile) > 0;
5432}
5433
5434bool cmVisualStudio10TargetGenerator::IsXamlHeader(
5435 std::string const& headerFile)

Callers 1

WriteHeaderSourceMethod · 0.95

Calls 1

countMethod · 0.45

Tested by

no test coverage detected