Revision 93b705a396c23f771ba203efb6f2f4934ae027b7 authored by Brad King on 05 August 2016, 12:50:29 UTC, committed by CMake Topic Stage on 05 August 2016, 12:50:29 UTC
e555480c Ninja: Fix response file format for GNU-like Clang on Windows

2 parent s baa6032 + e555480
Raw File
IMPORTED_NO_SONAME.rst
IMPORTED_NO_SONAME
------------------

Specifies that an IMPORTED shared library target has no "soname".

Set this property to true for an imported shared library file that has
no "soname" field.  CMake may adjust generated link commands for some
platforms to prevent the linker from using the path to the library in
place of its missing soname.  Ignored for non-imported targets.
back to top