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

Method DumpDefine

Source/cmFileAPICodemodel.cxx:2015–2021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2013}
2014
2015Json::Value Target::DumpDefine(JBT<std::string> const& def)
2016{
2017 Json::Value define = Json::objectValue;
2018 define["define"] = def.Value;
2019 this->AddBacktrace(define, def.Backtrace);
2020 return define;
2021}
2022
2023Json::Value Target::DumpSourceGroups()
2024{

Callers 1

DumpCompileDataMethod · 0.95

Calls 1

AddBacktraceMethod · 0.80

Tested by

no test coverage detected