Hi,
there's a case to build both static and shared libraries during the build. It's possible to specify BUILD_SHARED_LIBS knob for cmake during a build to get a shared library as a result.
Could you guide how to get both libraries - static and shared - for a build.
Thank you.
Hi,
there's a case to build both static and shared libraries during the build. It's possible to specify
BUILD_SHARED_LIBSknob forcmakeduring a build to get a shared library as a result.Could you guide how to get both libraries - static and shared - for a build.
Thank you.