widberg / bgfx.cmake

https://github.com/bkaradzic/bgfx.cmake. Independently maintained CMake build scripts for bgfx. Released under public domain.
https://github.com/bkaradzic/bgfx.cmake
Creative Commons Zero v1.0 Universal
286 stars 252 forks source link

Fixed that only 1 include was used by shaderc #66

Closed FireFlyForLife closed 4 years ago

FireFlyForLife commented 4 years ago

I was having an issue where only 1 include directory was being picked up by shaderc. due to there only being one '-i' entry. When I looked at my executed command, the different include directories were separated by a space.

I fixed it by inserting a '-i' for every include directory.