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

Multiple templates in one mode #104

Open
jenssss opened this issue Dec 4, 2018 · 1 comment
Open

Multiple templates in one mode #104

jenssss opened this issue Dec 4, 2018 · 1 comment
Assignees

Comments

@jenssss
Copy link
Contributor

jenssss commented Dec 4, 2018

Hi

Would it be possible to add a feature to use multiple templates in the same mode?

Something like the following syntax

[gnu]
template = template-gnu template-normal

[gnu-debug]
template = template-gnu template-debug

[intel]
template = template-intel template-normal

[intel-debug]
template = template-intel template-debug

[template-gnu]
compiler = Gnu

[template-intel]
compiler = intel

[template-debug]
build_dir = build_debug

[template-normal]
build_dir = build

Thanks
Jens

@szaghi
Copy link
Owner

szaghi commented Dec 4, 2018

Hi Jens,

yes, it is possible, not sure how simple and fast is to implement.

Let me few time to think to it.

Cheers.

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

No branches or pull requests

2 participants