mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
This commit is contained in:
@@ -35,6 +35,12 @@ public:
|
||||
virtual ~cmLocalVisualStudioGenerator();
|
||||
|
||||
protected:
|
||||
|
||||
/** Construct a script from the given list of command lines. */
|
||||
std::string ConstructScript(const cmCustomCommandLines& commandLines,
|
||||
const char* workingDirectory,
|
||||
const char* newline = "\n");
|
||||
|
||||
// Safe object file name generation.
|
||||
void ComputeObjectNameRequirements(std::vector<cmSourceGroup> const&);
|
||||
bool SourceFileCompiles(const cmSourceFile* sf);
|
||||
|
||||
Reference in New Issue
Block a user