forked from espressif/esp-protocols
5 lines
145 B
CMake
5 lines
145 B
CMake
idf_component_register(SRCS "app_main.cpp"
|
|
INCLUDE_DIRS ".")
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|