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

Function cmVS10IsTargetsFile

Source/cmVisualStudio10TargetGenerator.cxx:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static bool cmVS10IsTargetsFile(std::string const& path)
246{
247 std::string const ext = cmSystemTools::GetFilenameLastExtension(path);
248 return cmSystemTools::Strucmp(ext.c_str(), ".targets") == 0;
249}
250
251static VsProjectType computeProjectType(cmGeneratorTarget const* t)
252{

Callers 2

ComputeLibOptionsMethod · 0.85
AddLibrariesMethod · 0.85

Calls 2

StrucmpFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…