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