fix compiling of examples when cmake is used (#2572)
* use INCLUDE_SIMPLE in all c sources * removed unnecessary ifdef LV_LVGL_H_INCLUDE_SIMPLE
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
|
||||
#include "lvgl.h"
|
||||
#else
|
||||
#include "lvgl/lvgl.h"
|
||||
#endif
|
||||
#include "../../lvgl.h"
|
||||
|
||||
#if LV_BUILD_EXAMPLES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user