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

Function cmTargetCompileFeaturesCommand

Source/cmTargetCompileFeaturesCommand.cxx:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49} // namespace
50
51bool cmTargetCompileFeaturesCommand(std::vector<std::string> const& args,
52 cmExecutionStatus& status)
53{
54 return TargetCompileFeaturesImpl(status).HandleArguments(args,
55 "COMPILE_FEATURES");
56}

Callers

nothing calls this directly

Calls 2

HandleArgumentsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…