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

Function cmTargetCompileOptionsCommand

Source/cmTargetCompileOptionsCommand.cxx:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52} // namespace
53
54bool cmTargetCompileOptionsCommand(std::vector<std::string> const& args,
55 cmExecutionStatus& status)
56{
57 return TargetCompileOptionsImpl(status).HandleArguments(
58 args, "COMPILE_OPTIONS", TargetCompileOptionsImpl::PROCESS_BEFORE);
59}

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…