mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Print CMake entities' properties in human-readable form for debugging. Issue: #27513
10 lines
261 B
Plaintext
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>
|