summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/xmake.lua
blob: 9923c85f74048c1edea5c2439b1bea72a06496b7 (plain)
1
2
3
4
5
6
7
8
9
10
add_rules("mode.debug", "mode.release")

add_requires("libxmake")

target("hello")
    add_rules("xmake.cli")
    add_files("src/lni/*.c")
    add_files("src/lua/*.lua", {rootdir = "src"})
    add_packages("libxmake")