vs-UseDebugLibraries.rst 450 B

12345678910
  1. vs-UseDebugLibraries
  2. --------------------
  3. * :ref:`Visual Studio Generators` now add ``UseDebugLibraries`` indicators to
  4. ``.vcxproj`` files to denote which configurations are debug configurations.
  5. See policy :policy:`CMP0162`.
  6. * The :variable:`CMAKE_VS_USE_DEBUG_LIBRARIES` variable and corresponding
  7. :prop_tgt:`VS_USE_DEBUG_LIBRARIES` target property were added to explicitly
  8. control ``UseDebugLibraries`` indicators in ``.vcxproj`` files.