mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 14:00:40 -05:00
This indicates to MSBuild which configurations are considered debug configurations. This is useful for reference both by humans and tools. Issue: #25327
11 lines
421 B
CMake
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")
|