lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
492 stars 366 forks source link

Add initial CMake file #99

Closed boraozgen closed 3 years ago

boraozgen commented 3 years ago

Added a primitive CMake file to build a library. Actually globbing is not ideal (see here but it can be improved later by swapping with explicit source filenames.

I'm doing this to build the SDL simulator in Windows. I'll detail it on its own PR.

kisvegabor commented 3 years ago

Thank you!