Files
cmake/Tests/RunCMake/cmake_language/PrintPropertiesTests-stdout.txt
T
Tom Osika 2a2012e913 cmake_language: Add PRINT_PROPERTIES operation
Print CMake entities' properties in human-readable form for debugging.

Issue: #27513
2026-08-10 17:41:05 -04:00

10 lines
261 B
Plaintext

-- Printing properties\.\.\.
Properties for TEST test_a:
test_a\.MY_PROP = "a_val"
test_a\.TIMEOUT = "30"
test_a\.NOT_SET = <NOTFOUND>
Properties for TEST test_b:
test_b\.MY_PROP = "b_val"
test_b\.TIMEOUT = "60"
test_b\.NOT_SET = <NOTFOUND>