Aug 24, 2017 · 1 min read
How can I convert the SHARED library to a STATIC library.
I tried only to change SHARED to STATIC in cmake, but the app crashed when I rebuilt and run.
What am I missing?
How can I convert the SHARED library to a STATIC library.
I tried only to change SHARED to STATIC in cmake, but the app crashed when I rebuilt and run.
What am I missing?