mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibraries
This indicates to MSBuild which configurations are considered debug configurations. This is useful for reference both by humans and tools. Issue: #25327
This commit is contained in:
6
Help/release/dev/vs-UseDebugLibraries.rst
Normal file
6
Help/release/dev/vs-UseDebugLibraries.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
vs-UseDebugLibraries
|
||||
--------------------
|
||||
|
||||
* The :variable:`CMAKE_VS_USE_DEBUG_LIBRARIES` variable and corresponding
|
||||
:prop_tgt:`VS_USE_DEBUG_LIBRARIES` target property were added to explicitly
|
||||
control ``UseDebugLibraries`` indicators in ``.vcxproj`` files.
|
||||
Reference in New Issue
Block a user