Files
CMake/Tests/RunCMake/VS10ProjectUseDebugLibraries/RunCMakeTest.cmake
Brad King b814641444 VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibraries
This indicates to MSBuild which configurations are considered debug
configurations.  This is useful for reference both by humans and tools.

Issue: #25327
2024-02-19 10:40:41 -05:00

6 lines
95 B
CMake

cmake_minimum_required(VERSION 3.29)
include(RunCMake)
run_cmake(Default)
run_cmake(Explicit)