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 254 forks source link

Add build option to turn off 'd' suffix for debug build targets #26

Closed hartcw closed 6 years ago

hartcw commented 6 years ago

This is an option I use locally, to stop the 'd' suffix being added to the libs during debug builds. This is useful to me at least, because I install release/debug builds into completely separate directories, so the library name can stay the same for debug builds.