OGRECave / ogre

scene-oriented, flexible 3D engine (C++, Python, C#, Java)
https://ogrecave.github.io/ogre/
MIT License
3.83k stars 957 forks source link

Add missing OGRE-BitesQt pkgconfig file #3153

Closed joakimono closed 1 week ago

joakimono commented 1 week ago

This work adds OGRE-BitesQt.pc.in template file and necessary cmake commands to configure and install it, if applicable. Note that the commands are not placed in ConfigureBuild.cmake as most (or all) the other pkgconfig configurations are done. The reason for doing it in Component/Bites/CMakeLists.txt is that some necessary variables are not defined earlier.

I assume most people use OGRE's find package script over pkgconfig, since this has not been reported. Nevertheless, it is useful to provide it for completeness.