C/C++ Development - Unable to start application from toradex extension for VSCODE

Hello lucas! I hope I can bother you regarding another question.

I have been able to develop my application using many libraries the way you taught me. However, I am at a point where I need to work with a library named RTKLIB to work with some RTCM messages.

since the library isnt available on package feeds, the only way to work with the library is by building yourself. How can I configure my project in a way to build and include this library. currently, I have it cloned into my appconfig_0 folder. I started trying to follow External libraries with Torizon visual studio extension - #8 by matheus.castello but lost the way when they instruct to “Include in Project”

i hope you would be kind enough to guide me.