stringapi: Use strings in target name

This commit is contained in:
Ben Boeckel
2014-02-06 17:31:47 -05:00
committed by Brad King
parent a6ae2ea72b
commit fabf1fbabb
58 changed files with 287 additions and 274 deletions
+2 -2
View File
@@ -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,