summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/HP-C.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add assemble- and preprocess commands for HPAlex Neundorf2011-02-231-3/+3
| | | | | | Also restore HP-C.cmake, I had accidentially overwritten it with HP-ASM.cmake Alex
* Add support for ASm for the HP compiler.Alex Neundorf2011-02-231-1/+4
| | | | Alex
* ENH: Implicit link info for C, CXX, and FortranBrad King2009-07-231-0/+1
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.