summaryrefslogtreecommitdiff
path: root/tests/interpreter/scope.lua
blob: 4690c3705b4f716280a89b8db25af0770c41d7df (plain)
1
2
3
4
5
6
7
8
9
10
11

set_kind("static")

add_target("target1")

    set_kind("static")
    add_files("*.c", "hello.c")

add_option("option1")

    add_option_links("pthread", "z")