mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
cmExtraCodeBlocksGenerator: port to cmXMLWriter
This commit is contained in:
committed by
Brad King
parent
d740762181
commit
27e0976453
@@ -18,7 +18,7 @@
|
||||
class cmLocalGenerator;
|
||||
class cmMakefile;
|
||||
class cmGeneratorTarget;
|
||||
class cmGeneratedFileStream;
|
||||
class cmXMLWriter;
|
||||
|
||||
/** \class cmExtraCodeBlocksGenerator
|
||||
* \brief Write CodeBlocks project files for Makefile based projects
|
||||
@@ -56,7 +56,7 @@ private:
|
||||
std::string BuildMakeCommand(const std::string& make, const char* makefile,
|
||||
const std::string& target,
|
||||
const std::string& makeFlags);
|
||||
void AppendTarget(cmGeneratedFileStream& fout,
|
||||
void AppendTarget(cmXMLWriter& xml,
|
||||
const std::string& targetName,
|
||||
cmGeneratorTarget* target,
|
||||
const char* make,
|
||||
|
||||
Reference in New Issue
Block a user