Replies: 1 comment
-
Use the global CMake flag BUILD_SHARED_LIBS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all:
How to build abseil-cpp into shared libraries, rather that static ones???
It looks inside CMakeLists.txt, there is NOWHERE for me to select
??
No wonder ALL libraries built out currently are .a ones. There is NO .so libraries??
My question: how to simply build out all shared libraries rather that static ones, for abseil ?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions