cmake build problem trying to get dynamic linking set in sln

Physics APIs, Physics file formats, Maya, Max, XSI, Cinema 4D, Lightwave, Blender, thinkingParticles™ and other simulation tools, exporters and importers
Post Reply
cactus
Posts: 1
Joined: Mon Jan 13, 2014 8:46 pm

cmake build problem trying to get dynamic linking set in sln

Post 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
Post Reply