Files
CMake/Tests/RunCMake/VS10ProjectUseDebugLibraries/Explicit-check-common.cmake
Brad King 721d8b192a VS: Add UseDebugLibraries to vcxproj files by default
Use heuristics to select a reasonable value.  Add policy CMP0162
to provide compatibility with existing projects.

Fixes: #25327
2024-02-22 08:43:16 -05:00

11 lines
421 B
CMake

include(${CMAKE_CURRENT_LIST_DIR}/check-common.cmake)
UseDebugLibraries_check(empty "" "")
UseDebugLibraries_check(emptyCLR "" "")
UseDebugLibraries_check(emptyUtil "" "")
UseDebugLibraries_check(genex "true" "false")
UseDebugLibraries_check(genexCLR "true" "false")
UseDebugLibraries_check(genexUtil "true" "false")
UseDebugLibraries_check(ALL_BUILD "false" "false")
UseDebugLibraries_check(ZERO_CHECK "false" "false")