esp-idf/tools/test_apps/system/gdb/main/CMakeLists.txt
2022-09-21 22:39:03 +04:00

4 lines
149 B
CMake

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