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 time functions.
[planlOS.git]
/
programs
/
test1
/
CMakeLists.txt
blob
0af77dadc0af2c1f8c00bf7e27ed86a0c7839c9b
1
2
set(SRC
3
test1.c
4
../libc/crt0.c
5
)
6
7
add_executable(test1 ${SRC})
8
target_link_libraries(test1 c gcc)
9
10
add_object(test1)
11