How to add an additional folder with additional .c and .h files?

Hello everyone! I want to add an extra folder in project root with extra .c and .h files and main.c leave in src folder. And I want to include these files in my main.c file. how i can do this?

Describe what problem you want to solve instead. You don’t explain why you can’t have the files in the src and include folders.

This is an example of the XY Problem

1 Like