Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

Multiple source extension

Open cobrunet opened this issue 2 years ago • 0 comments

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.

cobrunet avatar May 05 '23 05:05 cobrunet