Added some doxygen documentation for parts of the kernel functions.
[planlOS.git] / programs / libpthread / CMakeLists.txt
blobefda5149e1f867b564b10e7844099878cdeca68a
2 set (SRC 
3 spinlock.c
6 add_library(pthread STATIC ${SRC})
7 target_link_libraries(pthread c)
9 add_object(pthread)