Open cyanskies opened 1 year ago
Current libraries don't support being built as shared, the cmake scripts need to allow them to force being built as static.
Need to provide an extra parameter to make_library to select static/shared/auto or split the function into make_static_lib and make_shared_lib
Current libraries don't support being built as shared, the cmake scripts need to allow them to force being built as static.
Need to provide an extra parameter to make_library to select static/shared/auto or split the function into make_static_lib and make_shared_lib