mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
stringapi: Use strings in target name
This commit is contained in:
@@ -60,12 +60,12 @@ private:
|
||||
* specified target.
|
||||
*/
|
||||
std::string BuildMakeCommand(const std::string& make, const char* makefile,
|
||||
const char* target);
|
||||
const std::string& target);
|
||||
/** Appends the specified target to the generated project file as a Sublime
|
||||
* Text build system.
|
||||
*/
|
||||
void AppendTarget(cmGeneratedFileStream& fout,
|
||||
const char* targetName,
|
||||
const std::string& targetName,
|
||||
cmLocalGenerator* lg,
|
||||
cmTarget* target,
|
||||
const char* make,
|
||||
|
||||
Reference in New Issue
Block a user