I need to know how can I make a custom build for C/C++ that includes msys2’s include folder?
But I don’t know the syntax and there aren’t any examples of how to add additional external include folders.
do I need to install a specific package?
I need to know how can I make a custom build for C/C++ that includes msys2’s include folder?
But I don’t know the syntax and there aren’t any examples of how to add additional external include folders.
do I need to install a specific package?
I would suggest getting your command working on the command line and then making a custom build system (or using a proper build system like make that you can trigger from Sublime Text).