Question
How to Include .h file Found in Workspace in the Simulator?
I have a definition file (.h file) that contains some data type definitions. I'd like to use them while running the Simulator of TouchGFX, but when I run the simulator it can not find that .h file.
Where do I add file and path inclusions for the Simulator?
It appears that there is a Makefile in the simulator/gcc directory, is this the correct place?
