I have created new compiler.xml file and corresponding option.xml file with include and lib path in it.
I want to link external libraries to the compiler using source code, where should I put that?
For Ex: If I want to create a compiler to compile to opengl program, then I have to link -lglfw3 -lgdi32 -lopengl32 libraries
This I want to achieve with the help of source code.
Please help..
Thanks in advance!!