esp-idf/examples/build_system/cmake/plugins/components/plugin_hello/CMakeLists.txt

4 wiersze
126 B
CMake

idf_component_register(SRCS plugin_hello.c
PRIV_REQUIRES plugins
WHOLE_ARCHIVE)