Page 1 of 1

cmake build problem trying to get dynamic linking set in sln

Posted: Mon Jan 13, 2014 8:59 pm
by cactus
Hi,

I've tried to create a MSVC Solution using Cmake, following the web instructions. Using bullet-2.82-r2704
and cmake 2.8.12.1 . I always select use_msvc_runtime_library_dll and target Visual Studio 11 Win64 (VS 2012)
and end up with a solution with all projects using or generating statically linked libraries.

Tried premake, but only get vs2010 which can be upgraded without error, but again everything is static libraries.

I'm trying to generate the dlls and libs needed to begin working with the PAL (Physics abstraction layer), but making
no progress. I've used cmake for other projects with success. Maybe I'm missing some obvious?? Any thoughts or suggestions?

Regards,

Cactus