4 lines
142 B
CMake
Raw Normal View History

2022-03-03 15:41:43 +08:00
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")