initial commit
This commit is contained in:
7
components/ui_bsp/CMakeLists.txt
Normal file
7
components/ui_bsp/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
file(GLOB_RECURSE scrld ./*.c)
|
||||
idf_component_register(
|
||||
SRCS ${scrld}
|
||||
REQUIRES lvgl
|
||||
INCLUDE_DIRS "custom" "generated" "generated/guider_customer_fonts")
|
||||
|
||||
target_compile_definitions(${COMPONENT_LIB} PRIVATE LV_LVGL_H_INCLUDE_SIMPLE)
|
||||
Reference in New Issue
Block a user