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
16 lines
520 B
Plaintext
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\"
|