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

Method IsDepInSolution

Source/cmGlobalVisualStudioGenerator.cxx:615–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615bool cmGlobalVisualStudioGenerator::IsDepInSolution(
616 std::string const& targetName) const
617{
618 return !targetName.empty();
619}
620
621bool cmGlobalVisualStudioGenerator::TargetCompare::operator()(
622 cmGeneratorTarget const* l, cmGeneratorTarget const* r) const

Callers 1

CreateSolutionMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected