File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ endif()
7
7
set (LVGL_ROOT_DIR ${CMAKE_CURRENT_LIST_DIR} )
8
8
9
9
if (ESP_PLATFORM)
10
- include (${CMAKE_CURRENT_LIST_DIR} /cmake/esp.cmake)
10
+ include (${CMAKE_CURRENT_LIST_DIR} /env_support/ cmake/esp.cmake)
11
11
elseif (ZEPHYR_BASE)
12
- include (${CMAKE_CURRENT_LIST_DIR} /cmake/zephyr.cmake)
12
+ include (${CMAKE_CURRENT_LIST_DIR} /env_support/ cmake/zephyr.cmake)
13
13
elseif (MICROPY_DIR)
14
- include (${CMAKE_CURRENT_LIST_DIR} /cmake/micropython.cmake)
14
+ include (${CMAKE_CURRENT_LIST_DIR} /env_support/ cmake/micropython.cmake)
15
15
else ()
16
- include (${CMAKE_CURRENT_LIST_DIR} /cmake/custom.cmake)
16
+ include (${CMAKE_CURRENT_LIST_DIR} /env_support/ cmake/custom.cmake)
17
17
endif ()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments