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

Method UsingDebugRuntime

Source/cmVisualStudioGeneratorOptions.cxx:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119cm::optional<bool> cmVisualStudioGeneratorOptions::UsingDebugRuntime() const
120{
121 cm::optional<bool> result;
122 if (char const* rtl = this->GetFlag("RuntimeLibrary")) {
123 result = strstr(rtl, "Debug") != nullptr;
124 }
125 return result;
126}
127
128bool cmVisualStudioGeneratorOptions::IsWinRt() const
129{

Calls 1

GetFlagMethod · 0.80

Tested by

no test coverage detected