diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-25 22:45:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-25 22:45:12 (GMT) |
commit | c4ca049e3fd1ad6aadb03e20e3a01bb6489d3dfd (patch) | |
tree | 7555f44c2caacbfd8a33a9b26b49eaed53dc1bd1 /Source/cmOrderLinkDirectories.h | |
parent | ea59fb06dfb7db4c7740248b09a33764febeb8e2 (diff) | |
download | CMake-c4ca049e3fd1ad6aadb03e20e3a01bb6489d3dfd.zip CMake-c4ca049e3fd1ad6aadb03e20e3a01bb6489d3dfd.tar.gz CMake-c4ca049e3fd1ad6aadb03e20e3a01bb6489d3dfd.tar.bz2 |
ENH: clean up and use order link directories
Diffstat (limited to 'Source/cmOrderLinkDirectories.h')
-rw-r--r-- | Source/cmOrderLinkDirectories.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmOrderLinkDirectories.h b/Source/cmOrderLinkDirectories.h index 234a343..6634f23 100644 --- a/Source/cmOrderLinkDirectories.h +++ b/Source/cmOrderLinkDirectories.h @@ -68,6 +68,8 @@ public: } // Return any warnings if the exist std::string GetWarnings(); + // return a list of all full path libraries + void GetFullPathLibraries(std::vector<cmStdString>& libs); // structure to hold a full path library link item struct Library |