summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-24 18:16:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-24 18:16:41 (GMT)
commitff812580ebec0b7ff908feeb256ad263bfc0c41a (patch)
tree0d99dfaa7a1790bd9435481d0ff8fdbe215a99c9 /Source/cmLocalGenerator.h
parent9c4997bf06361b05ddad6d23388086b012d381fb (diff)
downloadCMake-ff812580ebec0b7ff908feeb256ad263bfc0c41a.zip
CMake-ff812580ebec0b7ff908feeb256ad263bfc0c41a.tar.gz
CMake-ff812580ebec0b7ff908feeb256ad263bfc0c41a.tar.bz2
ENH: add a new library path ordering algorithm to make sure -L paths will pick the correct libraries if possible
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 8dea2d5..88dba50 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -103,7 +103,9 @@ public:
///! for existing files convert to output path and short path if spaces
std::string ConvertToOutputForExisting(const char* p);
-
+ void DetermineLibraryPathOrder(const cmTarget& target,
+ std::vector<std::string>& linkPaths,
+ std::vector<std::string>& linkLibs);
protected:
/** Construct a script from the given list of command lines. */
std::string ConstructScript(const cmCustomCommandLines& commandLines,