summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/stl_headerunit/xmake.lua
blob: e85378c46756b21a6df15438e3410b04320fa279 (plain)
1
2
3
4
set_languages("c++20")
target("stl_headerunit")
    set_kind("binary")
    add_files("src/*.cpp", "src/*.mpp")