4 lines
128 B
CMake
4 lines
128 B
CMake
idf_component_register(SRCS "pthread_example.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES pthread)
|