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

How to pass arguments to cmake generator #41

Closed
ThadHouse opened this issue Jul 11, 2020 · 1 comment
Closed

How to pass arguments to cmake generator #41

ThadHouse opened this issue Jul 11, 2020 · 1 comment

Comments

@ThadHouse
Copy link

It looks like theres a way to pass arguments as build time, but no way to pass arguments at generation time to run-cmake. Am I missing something obvious, or is this something that actually can't be done?

@lukka
Copy link
Owner

lukka commented Jul 14, 2020

@ThadHouse you can use the cmakeAppendedArgs input when using CMakeListsTxtAdvanced mode. Or you can specify any additional CMake argument in the CMakeSettings.json file.

@lukka lukka closed this as completed Aug 25, 2020
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

2 participants