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

Method AddProjectConfiguration

Source/cmVisualStudioSlnData.cxx:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "cmSystemTools.h"
10
11void cmSlnProjectEntry::AddProjectConfiguration(
12 std::string const& solutionConfiguration,
13 std::string const& projectConfiguration)
14{
15 projectConfigurationMap[solutionConfiguration] = projectConfiguration;
16}
17
18std::string cmSlnProjectEntry::GetProjectConfiguration(
19 std::string const& solutionConfiguration) const

Callers 1

ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected