esp-idf/examples/system/pthread/main/CMakeLists.txt
Angus Gratton e6d15a0975 docs: Rename esp_pthread docs to pthread, expand details of supported APIs
- Move the code that was in the document out to an example
2021-05-14 10:03:11 +10:00

3 lines
86 B
CMake

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