Hi All,
According to the title,how should i do?
I want the project on the left to have a dependencies under main like the project on the right.

Best regards,
Kai
Hi All,
According to the title,how should i do?
I want the project on the left to have a dependencies under main like the project on the right.

Best regards,
Kai
Hi,
The dependency folder is not created by the user but the build system and shows what files that is indirectly and directly included by main.c If you want to include source files to your project then see this.
regards
Jared
Hi Jared,
First of all, thank you very much for the video, but it did not help me much.
What I am more curious about is, what should I do if I customize a project by myself today and I want to add other projects from it?
I can add the same .c but how should .h be added?
Best regards,
Kai
Hi,
You can add a header file the same way, just make sure that you use the All Files filter.
regards
Jared