esp-idf/examples/peripherals/temp_sensor/main/CMakeLists.txt

4 lines
150 B
CMake
Raw Normal View History

idf_component_register(SRCS "temp_sensor_main.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")