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

Function cmVS10EscapeForMSBuild

Source/cmVisualStudioGeneratorOptions.cxx:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "cmSystemTools.h"
19
20static void cmVS10EscapeForMSBuild(std::string& ret)
21{
22 cmSystemTools::ReplaceString(ret, ";", "%3B");
23}
24
25cmVisualStudioGeneratorOptions::cmVisualStudioGeneratorOptions(
26 cmLocalVisualStudioGenerator* lg, Tool tool, cmVS7FlagTable const* table,

Callers 3

OutputFlagMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…