Skip to content

Commit

Permalink
Updated CMakeLists.txt to be compatible with both ESP-IDF and Platfor…
Browse files Browse the repository at this point in the history
…mIO build systems
  • Loading branch information
davidjade committed May 28, 2020
1 parent ddd1f60 commit a42c982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_COMPONENT_DIRS components/lvgl_esp32_drivers components/lvgl_esp32_drivers/lvgl_touch components/lvgl_esp32_drivers/lvgl_tft)
list(APPEND EXTRA_COMPONENT_DIRS components/lvgl_esp32_drivers components/lvgl_esp32_drivers/lvgl_touch components/lvgl_esp32_drivers/lvgl_tft)

if (NOT DEFINED PROJECT_NAME)
project(lvgl-demo)
Expand Down

0 comments on commit a42c982

Please sign in to comment.