4 lines
239 B
CMake
4 lines
239 B
CMake
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c" "state.c" "tca9535.c" "moonshineOS_core/cli.c"
|
|
PRIV_REQUIRES spi_flash esp_driver_i2c log
|
|
INCLUDE_DIRS "." "moonshineOS_core")
|