Files
cmake/Tests/RunCMake/Diagnostics/CMakeLists.txt
T
Matthew Woehlke a0612aeb5d Diagnostics: Add cmake_diagnostic command
Add command to manipulate the new diagnostic stack/state introduced in
the previous commit. Start adding documentation for the system as a
whole.
2026-03-19 11:29:44 -04:00

4 lines
119 B
CMake

cmake_minimum_required(VERSION 4.3)
project(${RunCMake_TEST} NONE)
include(${RunCMake_TEST}.cmake NO_DIAGNOSTIC_SCOPE)