repo.or.cz
/
incOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First try in keyboard driver
[incOS.git]
/
programs
/
test1
/
CMakeLists.txt
blob
73ad4bc6c2d2513cd31761d2419b2009cb7676e7
1
2
set(SRC
3
test1.c
4
../libc/crt0.c
5
)
6
7
add_executable(test1 ${SRC})
8
target_link_libraries(test1 c incos)
9
10
add_program(test1)
11