Files
EmbeddedESP/main/CMakeLists.txt
2025-04-04 04:48:13 +02:00

21 lines
326 B
CMake

idf_component_register(SRCS
"hw/i2cbrn.c"
"hw/i2cbrn.h"
"components/util.c"
"components/util.h"
"hw/bme680b.c"
"hw/bme680b.h"
"hw/ccs811.c"
"hw/ccs811.h"
"hw/ina260.c"
"hw/ina260.h"
"hw/mcp23018.c"
"hw/mcp23018.h"
"hw/mpu9250.c"
"hw/mpu9250.h"
"components/sensors.c"
"components/sensors.h"
"main.c"
INCLUDE_DIRS ".")