summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello/xmake.lua
blob: 5d94b5d1571fa14b384987c1747302e0753c8486 (plain)
1
2
3
4
5
6
target("hello")
    set_kind("binary")
    add_rules("c++.build.modules")
    add_files("src/*.cpp", "src/*.mpp")