|
@@ -43,6 +43,8 @@ protected:
|
|
|
ImportPropertyMap& properties,
|
|
ImportPropertyMap& properties,
|
|
|
std::set<cmTarget*> &emitted);
|
|
std::set<cmTarget*> &emitted);
|
|
|
|
|
|
|
|
|
|
+ std::string InstallNameDir(cmTarget* target,
|
|
|
|
|
+ const std::string& config);
|
|
|
private:
|
|
private:
|
|
|
std::string FindTargets(const char *prop, cmTarget *tgt,
|
|
std::string FindTargets(const char *prop, cmTarget *tgt,
|
|
|
std::set<cmTarget*> &emitted);
|
|
std::set<cmTarget*> &emitted);
|