|
@@ -187,6 +187,8 @@ public:
|
|
|
const std::vector<std::string>& GetLinkDirectories() const;
|
|
const std::vector<std::string>& GetLinkDirectories() const;
|
|
|
|
|
|
|
|
std::set<std::string>const& GetUtilities() const;
|
|
std::set<std::string>const& GetUtilities() const;
|
|
|
|
|
+ cmListFileBacktrace const* GetUtilityBacktrace(const std::string& u) const;
|
|
|
|
|
+
|
|
|
/** Get the macro to define when building sources in this target.
|
|
/** Get the macro to define when building sources in this target.
|
|
|
If no macro should be defined null is returned. */
|
|
If no macro should be defined null is returned. */
|
|
|
const char* GetExportMacro() const;
|
|
const char* GetExportMacro() const;
|