mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGeneratorTarget: Add GetUtilityBacktrace API
This commit is contained in:
@@ -187,6 +187,8 @@ public:
|
||||
const std::vector<std::string>& GetLinkDirectories() 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.
|
||||
If no macro should be defined null is returned. */
|
||||
const char* GetExportMacro() const;
|
||||
|
||||
Reference in New Issue
Block a user