The BulletMultiThreaded and MiniCL libraries have been building/installing as
'naked' shared libraries instead of frameworks when -DFRAMEWORK=ON is
specified. The attached patch will enable the framework style for these
libraries.
The patch also fixes a minor issue in BulletCollision/CMakeLists.txt, the
PUBLIC_HEADER property needs to be quoted in order to supply a list... this
library happens to only have one item in that list, but just in case any more
are added, better to just add the quotes now. (I copied the form from the
collision cmake file, and then took me a bit to figure out why it was only
getting the first file in the list in the two updated libraries, sigh, crazy
cmake syntax)
Original issue reported on code.google.com by ejtt...@gmail.com on 18 Sep 2011 at 1:44
Original issue reported on code.google.com by
ejtt...@gmail.com
on 18 Sep 2011 at 1:44Attachments: