Skip to content
New issue

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

Need a way to get a list of all the configs #175

Open
danielpieczko opened this issue Jul 3, 2024 · 0 comments
Open

Need a way to get a list of all the configs #175

danielpieczko opened this issue Jul 3, 2024 · 0 comments

Comments

@danielpieczko
Copy link
Collaborator

With xcommon, you could run xmake allconfigs and it would list all the application configs. This is used by the sw_usb_audio test system to auto-generate the list of configs to test. There could also be use-cases where a script needs access to the list of configs. The configs are all printed when CMake configuration is run. Not sure how this can be fit into the two-step CMake process. Maybe we always create a custom target called "allconfigs" which prints the list of configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant