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

Method AppendDirectoryForConfig

Source/cmGlobalGenerator.cxx:3557–3565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3555}
3556
3557void cmGlobalGenerator::AppendDirectoryForConfig(std::string const& /*unused*/,
3558 std::string const& /*unused*/,
3559 std::string const& /*unused*/,
3560 std::string& /*unused*/)
3561{
3562 // Subclasses that support multiple configurations should implement
3563 // this method to append the subdirectory for the given build
3564 // configuration.
3565}
3566
3567cmValue cmGlobalGenerator::GetDebuggerWorkingDirectory(
3568 cmGeneratorTarget* gt) const

Callers 3

ComputeOutputDirMethod · 0.45
ComputePDBOutputDirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected