Files
cmake/Tests/RunCMake/cmake_language/PrintPropertiesSources-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
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\"