Tactiliest/components/nanobake/CMakeLists.txt
2023-12-25 17:53:58 +01:00

8 lines
196 B
CMake

idf_component_register(
SRC_DIRS "src"
"src/applications/main/system_info"
INCLUDE_DIRS "inc"
PRIV_INCLUDE_DIRS "src"
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver
)