repo.or.cz
/
planlOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Implemented execp*.
[planlOS.git]
/
programs
/
libc
/
CMakeLists.txt
blob
e875acefc15de0b6175c4dc1094da79bb9258808
1
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
18
)
19
20
add_library(c STATIC ${SRC})
21
22
add_object(c)
23