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