mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
class cmLocalGenerator;
|
||||
class cmMakefile;
|
||||
class cmGeneratorTarget;
|
||||
class cmTarget;
|
||||
class cmGeneratedFileStream;
|
||||
|
||||
@@ -49,7 +50,7 @@ private:
|
||||
void CreateNewProjectFile(const std::vector<cmLocalGenerator*>& lgs,
|
||||
const std::string& filename);
|
||||
std::string CreateDummyTargetFile(cmLocalGenerator* lg,
|
||||
cmTarget* target) const;
|
||||
cmGeneratorTarget* target) const;
|
||||
|
||||
std::string GetCBCompilerId(const cmMakefile* mf);
|
||||
int GetCBTargetType(cmTarget* target);
|
||||
@@ -57,7 +58,7 @@ private:
|
||||
const std::string& target);
|
||||
void AppendTarget(cmGeneratedFileStream& fout,
|
||||
const std::string& targetName,
|
||||
cmTarget* target,
|
||||
cmGeneratorTarget* target,
|
||||
const char* make,
|
||||
const cmLocalGenerator* lg,
|
||||
const char* compiler);
|
||||
|
||||
Reference in New Issue
Block a user