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:
JojoS
2021-09-20 13:42:47 +02:00
committed by GitHub
parent ab50f001a6
commit a31f4b77bf
9 changed files with 9 additions and 45 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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