Files
cmake/Tests/RunCMake/cmake_language/PrintPropertiesAllFollowBothRegex-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

8 lines
239 B
Plaintext

-- Configuring done .*
-- Printing properties\.\.\.
+All properties for TARGET mylib \(and all reachable\) matching name '\^MY_' and value 'alpha':
+mylib\.MY_PROP = "alpha-mylib"
+leaflib\.MY_PROP = "alpha-leaf"
-- Generating done .*