External folder VC9 generated solutions

sordas
Posts: 1
Joined: Sun Jan 09, 2011 5:59 pm

External folder VC9 generated solutions

Post by sordas »

Hello group,

I´m new to Bullet. I managed to build the main libraries with VC9-2008 but when enabling the demo, all necessary .lib and include folders are missing. Is cmake failing in setting up this?

- include dirs: e.g. for glut.h. Adding it by hand in VC9 solves the problem
- missing .lib: all libs from the External folder are missing. cmake does not generates a single solution (.sln) but a .vcproj for each one. Generating the .sln, building and fixing
..\..\lib\Release\GLUI.lib
..\..\lib\Release\GIMPACTUtils.lib
..\..\lib\Release\ConvexDecomposition.lib
..\..\lib\Release\BulletMultiThreaded.lib
..\..\lib\Release\OpenGLSupport.lib
..\..\lib\Release\BulletWorldImporter.lib

solves the problem.
Is this some bug or unimplemented feature in cmake

many thanks!
sebastian

PD: amazing demos, btw