2020-02-03 09:02:25 +01:00
|
|
|
# Edit following two lines to set component requirements (see docs)
|
|
|
|
set(COMPONENT_REQUIRES )
|
|
|
|
set(COMPONENT_PRIV_REQUIRES )
|
|
|
|
|
2020-02-15 18:09:19 +01:00
|
|
|
set(COMPONENT_SRCS "main.c" "u8g2_esp32_hal.c" "bme280.c")
|
2020-02-03 09:02:25 +01:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "")
|
|
|
|
|
|
|
|
register_component()
|