CMake INSTALL OgreHlmsTextureBaseClass.inl

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


User avatar
TaaTT4
OGRE Contributor
OGRE Contributor
Posts: 267
Joined: Wed Apr 23, 2014 3:49 pm
Location: Bologna, Italy
x 75

CMake INSTALL OgreHlmsTextureBaseClass.inl

Post by TaaTT4 »

Is it too much to ask that the file stated in subject being installed together with its siblings (OgreHlmsBufferManager.h and OgreHlmsTextureBaseClass.h) when the CMake INSTALL target is executed?

Senior programmer at 505 Games; former senior engine programmer at Sandbox Games
Worked on: Racecraft EsportRacecraft Coin-Op, Victory: The Age of Racing

dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

Re: CMake INSTALL OgreHlmsTextureBaseClass.inl

Post by dermont »

Hi,

Any reason that the "inl" file isn't installed. It looks like the HLMS Common folder install is just missing PATTERN "*.inl" for the HLMS cmake files. Thanks.
User avatar
TaaTT4
OGRE Contributor
OGRE Contributor
Posts: 267
Joined: Wed Apr 23, 2014 3:49 pm
Location: Bologna, Italy
x 75

Re: CMake INSTALL OgreHlmsTextureBaseClass.inl

Post by TaaTT4 »

I made a PR to fix this. It's merged in v2-2-irradiance-field branch.

Senior programmer at 505 Games; former senior engine programmer at Sandbox Games
Worked on: Racecraft EsportRacecraft Coin-Op, Victory: The Age of Racing