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

Remove BGFX_USE_DEBUG_SUFFIX, should use CMAKE_DEBUG_POSTFIX. #81

Closed handsomematt closed 4 years ago

handsomematt commented 4 years ago

When building package install targets CMAKE_DEBUG_POSTFIX should be set to properly generate the install targets - this was impossible with BGFX_USE_DEBUG_SUFFIX interfering.