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

CMakeLists.txt: Don't use ${CMAKE_PROJECT_NAME} to enable including #182

Closed daniel-brat-eskon closed 2 years ago

daniel-brat-eskon commented 2 years ago

Replace use of ${CMAKE_PROJECT_NAME} with literal project name since this variable will return the upper-level CMake project name if this project is included by it.

kisvegabor commented 2 years ago

Thank you!