|
From: Václav Z. <vha...@gm...> - 2013-12-03 06:02:28
|
On 12/02/2013 12:26 AM, CanisMajorWuff wrote: > Hi, > > Is it possible to compile the library to static archive and get static > linking with it. I use cmake to build the project. There is BUILD_SHARED_LIBS that is set to ON by default. You would have to unset it to get static libraries out of the CMake build. -- VZ |