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:
Brad King
2024-02-16 12:15:23 -05:00
parent 67de5b7b82
commit b814641444
18 changed files with 201 additions and 0 deletions

View 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.