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

Method NeedExplicitPreprocessing

Source/cmNinjaTargetGenerator.cxx:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool cmNinjaTargetGenerator::NeedExplicitPreprocessing(
149 std::string const& lang) const
150{
151 return lang == "Fortran" || lang == "Swift";
152}
153
154bool cmNinjaTargetGenerator::CompileWithDefines(std::string const& lang) const
155{

Callers 2

WriteCompileRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected