Files
esp-idf/examples/system/pthread/main/CMakeLists.txt
2026-07-01 15:10:22 +08:00

4 lines
128 B
CMake

idf_component_register(SRCS "pthread_example.c"
INCLUDE_DIRS "."
PRIV_REQUIRES pthread)