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

Installing on a system has conflicts for binaries such as shaderc #102

Open bwrsandman opened 3 years ago

bwrsandman commented 3 years ago

Not sure where to file this.

I'm now maintaining a packaging of this project for the AUR with the fixes in #100 and #101. One of the issues I ran into is that the tool binaries have names that can cause conflicts with other projects, see https://www.github.com/google/shaderc

My current solution is to prepend bgfx- to the tool filenames see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bgfx-cmake-git#n51

Would anyone be interested if I upstreamed this change behind an option maybe?