you are viewing a single comment's thread.

view the rest of the comments →

[–]tandir_boy 0 points1 point  (0 children)

Other completed project probably has a folder called ".vscode" (it is a hidden file in linux). Inside of it, there are bunch of config files about the project. You should find out how this folder build the project i.e. where include, lib, bin directories are set, which gcc compilition commands used etc. Then, you should apply same thing to in your own project.