Conditional compilation include

I’m wondering if there is a way to include or not a module, folder or other part in a compilation, something like C’s include.

Thanks.

Sorry, no.

You can have a submodule in git which maps some files into several projects.
You still need to add them to the project each time.

Thanks Christian, it would be nice to have this feature.