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 first part of signal support.
[planlOS.git]
/
programs
/
libc
/
CMakeLists.txt
blob
145a77bebe4e970fb5f3023e3c66b368fbfbcf24
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
../../shared/string.c
15
../../shared/ctype.c
16
../../shared/sprintf.c
17
)
18
19
add_library(c STATIC ${SRC})
20
21
add_object(c)
22