https://github.com/Kitware/CMake
Raw File
Tip revision: e6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa authored by Brad King on 15 February 2019, 12:46:43 UTC
CMake 3.14.0-rc2
Tip revision: e6897c7
CMAKE_GNUtoMS.rst
CMAKE_GNUtoMS
-------------

Convert GNU import libraries (``.dll.a``) to MS format (``.lib``).

This variable is used to initialize the :prop_tgt:`GNUtoMS` property on
targets when they are created.  See that target property for additional
information.
back to top