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

16 lines
520 B
Plaintext

-- Printing properties\.\.\.
+Properties for TARGET nothing:
+nothing\.LINKER_LANGUAGE = <NOTFOUND>
+nothing\.TYPE = \"STATIC_LIBRARY\"
+Properties for TARGET something:
+something\.LINKER_LANGUAGE = <NOTFOUND>
+something\.TYPE = \"EXECUTABLE\"
-- Printing properties\.\.\.
+Properties for SOURCE nothing\.c:
+nothing\.c\.COMPILE_DEFINITIONS = <NOTFOUND>
+nothing\.c\.LANGUAGE = \"C\"
+Properties for SOURCE something\.c:
+something\.c\.COMPILE_DEFINITIONS = \"SOMETHING=1\"
+something\.c\.LANGUAGE = \"C\"