[cmake] Install prefix for debug libs in iOS build

Minor issues with the Ogre API that can be trivial to fix
Post Reply
User avatar
Brocan
Orc
Posts: 441
Joined: Tue Aug 01, 2006 1:43 am
Location: Spain!!
x 8

[cmake] Install prefix for debug libs in iOS build

Post by Brocan »

When you compile ogre in mac for iOS, the install target deploys the debug libraries in "Path/lib", since release deploys in "Path/lib/Release".

I think that Debug binaries should be deployed in "Path/lib/Debug".
Post Reply