baylej / tmx

C tmx map loader
http://libtmx.rtfd.io/
BSD 2-Clause "Simplified" License
241 stars 54 forks source link

Add `src` to the include directories for `tmx` when building #47

Closed brodeuralexis closed 4 years ago

brodeuralexis commented 4 years ago

When using this library as a submodule of another project, we have to manually add the src directory to the include path.

If there is no installation to be done, we want all dependent targets to have the right include path.

baylej commented 4 years ago

Thanks.