- Implemented first part of signal support.
[planlOS.git] / programs / libc / CMakeLists.txt
blob145a77bebe4e970fb5f3023e3c66b368fbfbcf24
2 set (SRC
3 bsdmalloc.c
4 files.c
5 inet.c
6 netdb.c
7 signal.c
8 socket.c
9 stdio.c
10 stdlib.c
11 time.c
12 unistd.c
13 wait.c
14 ../../shared/string.c
15 ../../shared/ctype.c
16 ../../shared/sprintf.c
19 add_library(c STATIC ${SRC})
21 add_object(c)