mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'ninja-dyndep-response-file'
594d3d6f Ninja: support response file for cmake_ninja_depends on Windows
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !722
This commit is contained in:
@@ -253,6 +253,13 @@ public:
|
||||
static void ParseUnixCommandLine(const char* command,
|
||||
std::vector<std::string>& args);
|
||||
|
||||
/**
|
||||
* Handle response file in an argument list and return a new argument list
|
||||
* **/
|
||||
static std::vector<std::string> HandleResponseFile(
|
||||
std::vector<std::string>::const_iterator argBeg,
|
||||
std::vector<std::string>::const_iterator argEnd);
|
||||
|
||||
static size_t CalculateCommandLineLengthLimit();
|
||||
|
||||
static void EnableMessages() { s_DisableMessages = false; }
|
||||
|
||||
Reference in New Issue
Block a user