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
6 lines
95 B
CMake
6 lines
95 B
CMake
cmake_minimum_required(VERSION 3.29)
|
|
include(RunCMake)
|
|
|
|
run_cmake(Default)
|
|
run_cmake(Explicit)
|