Closed magick93 closed 7 years ago
Hello
Is it possible, perhaps in the maven plugin, to pull in other header files?
In particular, I am wanting to pull in some Wine header files. These are located (on Linux) at /usr/include/wine/windows.
How can I include these?
Thanks
I was able to do this by setting an environment variable, eg: CXX=g++ -I/usr/include/wine/windows
Hello
Is it possible, perhaps in the maven plugin, to pull in other header files?
In particular, I am wanting to pull in some Wine header files. These are located (on Linux) at /usr/include/wine/windows.
How can I include these?
Thanks