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
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
-- Configuring done .*
|
|
-- Printing properties\.\.\.
|
|
+Properties for TARGET mylib:
|
|
+mylib\.MY_PROP = "mylib_value"
|
|
|
|
-- Generating done .*
|