Build cinder as shared library on windows

Hi!
Is it posible to build cinder as shared library on windows as cmake … -DBUILD_SHARED_LIBS=1 on linux.
I’m trying to make with cmake on windows buit get many unresolved external symbol errors.
I’m making application with cinder and this app use shared libraries.
App and libraries used cinder types
So i don’t wont to iclude multiple copies of cinder.
Thanks:slight_smile:

Hi there,

Cmake support on Windows is pretty experimental, but you can make shared libraries within one of the Visual Studio configurations in github master branch, either Debug_Shared or Release_Shared.

cheers,
Rich