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

Method IsInSolution

Source/cmGlobalVisualStudioGenerator.cxx:609–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609bool cmGlobalVisualStudioGenerator::IsInSolution(
610 cmGeneratorTarget const* gt) const
611{
612 return gt->IsInBuildSystem();
613}
614
615bool cmGlobalVisualStudioGenerator::IsDepInSolution(
616 std::string const& targetName) const

Callers 1

CreateSolutionMethod · 0.95

Calls 1

IsInBuildSystemMethod · 0.80

Tested by

no test coverage detected