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

Function CustomOutputRoleKeyword

Source/cmLocalGenerator.cxx:4880–4884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4878
4879namespace {
4880cm::string_view CustomOutputRoleKeyword(cmLocalGenerator::OutputRole role)
4881{
4882 return (role == cmLocalGenerator::OutputRole::Primary ? "OUTPUT"_s
4883 : "BYPRODUCTS"_s);
4884}
4885
4886void CreateGeneratedSource(cmLocalGenerator& lg, std::string const& output,
4887 cmLocalGenerator::OutputRole role,

Callers 1

CreateGeneratedSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…