- Implemented execp*.
[planlOS.git] / programs / libc / CMakeLists.txt
blobe875acefc15de0b6175c4dc1094da79bb9258808
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 terminal.c
15 ../../shared/string.c
16 ../../shared/ctype.c
17 ../../shared/sprintf.c
20 add_library(c STATIC ${SRC})
22 add_object(c)