Files
esp32-hacking/esp-radar/connect_rainmaker/main/CMakeLists.txt

4 lines
140 B
CMake

idf_component_register(SRC_DIRS "."
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")