Ceedling
Ceedling copied to clipboard
Multiple source extension
Hi everyone,
I would like to use multiple source file extensions. My project contain both of C and CPP files and there is dependencies between them.
Extension section example I would like to create:
:extension:
:source:
- .c
- .cpp
:executable: .out
Actually, the source section only support one string. Maybe there is a way to tell Ruby to match any case with a regex ?
Thank you in advance for your answers.