7 lines
220 B
CMake
7 lines
220 B
CMake
|
|
idf_component_register(SRCS "esp_lcd_st7305.c"
|
||
|
|
INCLUDE_DIRS "include"
|
||
|
|
REQUIRES "esp_lcd" "driver")
|
||
|
|
|
||
|
|
include(package_manager)
|
||
|
|
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
|