lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
306 stars 314 forks source link

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

Closed ghost closed 2 years ago

ghost commented 2 years 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).

I'm by no means a CMake specialist (or even fan), but I believe this is the (current) recommend method.

kisvegabor commented 2 years ago

Thank you!