diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 86c4162..cffa901 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -183,6 +183,14 @@ public: } /** + * Get a list of link libraries in the build. + */ + const cmTarget::LinkLibraries& GetLinkLibraries() const + { + return m_LinkLibraries; + } + + /** * Add a link library to the build. */ void AddLinkLibrary(const char*); |