Files
cardboy/Firmware/main/CMakeLists.txt
2025-03-02 23:33:37 +01:00

12 lines
328 B
CMake

idf_component_register(SRCS
src/hello_world_main.cpp
src/display.cpp
src/bat_mon.cpp
src/spi_global.cpp
src/i2c_global.cpp
src/disp_tools.cpp
src/disp_tty.cpp
src/shutdowner.cpp
PRIV_REQUIRES spi_flash esp_driver_i2c driver
INCLUDE_DIRS "include")