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

Method CompileWithDefines

Source/cmNinjaTargetGenerator.cxx:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool cmNinjaTargetGenerator::CompileWithDefines(std::string const& lang) const
155{
156 return this->Makefile->IsOn(
157 cmStrCat("CMAKE_", lang, "_COMPILE_WITH_DEFINES"));
158}
159
160std::string cmNinjaTargetGenerator::LanguageDyndepRule(
161 std::string const& lang, std::string const& config) const

Callers 3

WriteCompileRuleMethod · 0.95

Calls 2

cmStrCatFunction · 0.70
IsOnMethod · 0.45

Tested by

no test coverage detected