Page 1 of 1

VSCODE New include .c .h files

Posted: Sun Aug 29, 2021 11:20 pm
by Pladi_86
Hi,

What do i have to do to make sure my ne files are part of the build ?

So far VSCODE does not throw errors but my main does not "see" any functions part of these new files. ?

Anything i am missing ?

I just created new files under main.

Re: VSCODE New include .c .h files

Posted: Sat Sep 04, 2021 2:42 am
by mbratch
What does the contents of your `CMakeLists.txt` look like?

Re: VSCODE New include .c .h files

Posted: Tue Sep 07, 2021 12:58 am
by Robert-qiao
Have you solved your problem?
i have the sample problem,i think i need include the .h path and i find this link:https://blog.csdn.net/qq_18832999/artic ... levant_pic.
but it not work in my project.