esp-idf/examples/system/freertos/real_time_stats/main/CMakeLists.txt

4 wiersze
162 B
CMake

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