How to add includes for a module?

Monkey Targets Forums/Desktop/How to add includes for a module?

Xaron(Posted 2016) [#1]
Hi there,

I would like to create a wrapper for Realtime.co and need to include several additional files.

As I see there is this #LIBS preprocessor thing for Android and iOS but it's not available for GLFW. Is there another way of achieving it or do I have to create a new target for this?

Cheers!


dawlane(Posted 2016) [#2]
I though Mark added #GLFW_GCC_CC_OPTS and GLFW_GCC_LD_OPTS to the version on github?
You can also try out my hacks
Edit: The only other way is to open the template project files and add the libraries you require.