There is a program consisting of one .cpp file. It uses the libcurl library. It is necessary to compile this case for embedded Linux on the Cortex A7 processor (arm 32-bit).
As I understand it, you need to configure and then build the library for the desired architecture, and then build the program itself using a cross-platform compiler.
The problem is that I can't imagine how to tell the compiler that #include understands that the library is somewhere near here.