summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10ProjectUseDebugLibraries/Explicit-check-common.cmake
blob: 385b7981bd95cdb8e7e619c172eee9e880a86e15 (plain)
1
2
3
4
5
6
7
8
9
10
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")