lvgl / lv_lib_png

PNG decoder for LVGL
MIT License
66 stars 26 forks source link

feat(cmake-build): Option to allow building shared libraries. #33

Closed varigigi closed 1 year ago

varigigi commented 1 year ago

Add option in CMake build to specify that shared libraries should be created (as opposed to static). This is an exclusive option (not enabled by default).

kisvegabor commented 1 year ago

As the PNG library is already merged to the main LVGL repo this repo will be archived soon.

Anyway, we can still merge this as it can be useful for people who are still using an older version of LVGL.

varigigi commented 1 year ago

@kisvegabor, thanks for the update.