esp-idf/examples/get-started/hello_world/main/CMakeLists.txt

5 lines
150 B
CMake

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