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
288 B
Plaintext
10 lines
288 B
Plaintext
-- Printing properties\.\.\.
|
|
+Properties for TARGET rot13:
|
|
+rot13.SOURCES = \"rot13.c;rot13.h\"
|
|
+rot13.POSITION_INDEPENDENT_CODE = \"True\"
|
|
|
|
-- Printing properties\.\.\.
|
|
+Properties for SOURCE rot13.c:
|
|
+rot13.c.LOCATION = \"[^\"]*/cmake_language/rot13.c\"
|
|
+rot13.c.LANGUAGE = \"C\"
|