What is the correct way to read values of properties of individual types of objects? #3516
-
CMake has a concept of properties. |
Beta Was this translation helpful? Give feedback.
Answered by
gcampbell-msft
Aug 6, 2024
Replies: 1 comment 1 reply
-
We do not have any functionality that explicitly facilities this. We do have the CMake Debugger, which may make things like this easier, but we don't have explicit general support for viewing the values of properties. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gcampbell-msft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We do not have any functionality that explicitly facilities this. We do have the CMake Debugger, which may make things like this easier, but we don't have explicit general support for viewing the values of properties.