We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html
类似cmake,xmake提供的target、option、package等也有很多get、set接口。有一个表可以看哪些property可以去执行get、set会很方便。
get
set
在API Manual (Script Scope)里面加一节property;或者在每个instance介绍里面加一张表介绍可设置的property
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你在什么场景下需要该功能?
https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html
类似cmake,xmake提供的target、option、package等也有很多
get
、set
接口。有一个表可以看哪些property可以去执行get、set会很方便。描述可能的解决方案
在API Manual (Script Scope)里面加一节property;或者在每个instance介绍里面加一张表介绍可设置的property
描述你认为的候选方案
No response
其他信息
No response
The text was updated successfully, but these errors were encountered: