summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-0/+8
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-22/+83
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-10/+15
* BUG: cmComputeLinkDepends should not follow the dependencies of executables.Brad King2008-01-301-7/+10
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-23/+70
* COMP: Use kwsys to get STL set_intersection algorithm.Brad King2008-01-271-4/+4
* ENH: Created cmComputeLinkDepends to compute link dependencies.Brad King2008-01-271-0/+506