cyanskies / hades

A 2d game framework
1 stars 0 forks source link

Rewrite cmake to support force static or force shared librarys #129

Open cyanskies opened 1 year ago

cyanskies commented 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