Tactiliest/components/nanobake/CMakeLists.txt
2023-12-25 12:55:08 +01:00

7 lines
152 B
CMake

idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "inc"
PRIV_INCLUDE_DIRS "src"
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver
)