blob: ae64c23709296dcc6813354509054a6350e7aa46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
set_kind("static")
add_files("root.c")
target("target1")
set_kind("static")
add_files("*.c", "hello.c")
add_files("$(projectdir)/test.c")
option("option1")
add_option_links("pthread", "z")
|