mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget.
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
void WriteSpecialTargetsTop(std::ostream& makefileStream);
|
||||
void WriteSpecialTargetsBottom(std::ostream& makefileStream);
|
||||
|
||||
std::string GetRelativeTargetDirectory(cmTarget const& target);
|
||||
std::string GetRelativeTargetDirectory(cmGeneratorTarget* target);
|
||||
|
||||
// File pairs for implicit dependency scanning. The key of the map
|
||||
// is the depender and the value is the explicit dependee.
|
||||
|
||||
Reference in New Issue
Block a user