cmGeneratorTarget: Add GetLinkDirectories API.

This commit is contained in:
Stephen Kelly
2015-10-23 00:49:58 +02:00
parent cf69630e51
commit bde277e811
4 changed files with 11 additions and 4 deletions

View File

@@ -184,6 +184,8 @@ public:
cmListFileBacktrace GetBacktrace() const;
const std::vector<std::string>& GetLinkDirectories() 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;