esp-idf/examples/peripherals/i2c/i2c_eeprom/main/CMakeLists.txt

5 lines
105 B
CMake
Raw Normal View History

set(srcs "i2c_eeprom_main.c")
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ".")