Tactility/components/nanobake/CMakeLists.txt
Ken Van Hoeylandt 6282011634 code style aligned
added .clang-format and updated projects Furi and NanoBake with it
2023-12-28 13:00:05 +01:00

11 lines
325 B
CMake

idf_component_register(
SRC_DIRS "src"
"src/applications"
"src/applications/system/system_info"
"src/applications/services/desktop"
"src/applications/services/loader"
"src/applications/services/gui"
INCLUDE_DIRS "src"
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver mlib cmsis_core furi
)