summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10ProjectUseDebugLibraries
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add UseDebugLibraries to vcxproj files by defaultBrad King2024-02-2216-3/+44
| | | | | | | Use heuristics to select a reasonable value. Add policy CMP0162 to provide compatibility with existing projects. Fixes: #25327
* VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibrariesBrad King2024-02-198-0/+98
This indicates to MSBuild which configurations are considered debug configurations. This is useful for reference both by humans and tools. Issue: #25327