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