CMake/Tests/SystemInformation
Brad King 07ea19ad1f ENH: Implicit link info for C, CXX, and Fortran
This teaches CMake to detect implicit link information for C, C++, and
Fortran compilers.  We detect the implicit linker search directories and
implicit linker options for UNIX-like environments using verbose output
from compiler front-ends.  We store results in new variables called

  CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES
  CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES

The implicit libraries can contain linker flags as well as library
names.
2009-07-23 10:07:25 -04:00
..
CMakeLists.txt ENH: preclean some warnings 2008-03-25 11:27:18 -04:00
DumpInformation.cxx BUG: Need to include full output to be a useful test. 2005-02-07 09:05:04 -05:00
DumpInformation.h.in BUG: Fix SystemInformation dump output 2009-07-21 10:56:31 -04:00
SystemInformation.in ENH: Implicit link info for C, CXX, and Fortran 2009-07-23 10:07:25 -04:00