Files
MoonshineOS/MSOS_ESP/main/CMakeLists.txt
T
2026-07-30 21:01:38 +08:00

4 lines
276 B
CMake

idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c" "state.c" "tca9535.c" "button.c" "moonshineOS_core/cli.c"
PRIV_REQUIRES spi_flash esp_driver_i2c esp_driver_uart log esp_timer
INCLUDE_DIRS "." "moonshineOS_core")