1
0
Weather_ESP/main/CMakeLists.txt

9 lines
220 B
CMake
Raw Normal View History

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 )
set(COMPONENT_SRCS "main.c" "bme280.c")
2020-02-03 09:02:25 +01:00
set(COMPONENT_ADD_INCLUDEDIRS "")
register_component()