Files
esp-idf/examples/system/rt_mqueue/main/CMakeLists.txt
T

4 lines
133 B
CMake
Raw Normal View History

idf_component_register(SRCS "posix_mqueue_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES rt)