esp-idf/tools/test_apps/system/gdb/main/CMakeLists.txt

4 lines
149 B
CMake
Raw Normal View History

2022-09-07 16:45:04 -04:00
idf_component_register(SRCS "hello_world_main.c"
INCLUDE_DIRS "")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")