summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10ProjectUseDebugLibraries/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add UseDebugLibraries to vcxproj files by defaultBrad King2024-02-221-2/+5
| | | | | | | 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-191-0/+5
This indicates to MSBuild which configurations are considered debug configurations. This is useful for reference both by humans and tools. Issue: #25327