summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/inline_and_template/xmake.lua
blob: 8c981fae93991354b43b5611272752bcf361b0d2 (plain)
1
2
3
4
5
6
7
add_rules("mode.release", "mode.debug")
set_languages("c++20")

target("inline_and_template")
    set_kind("binary")
    add_files("src/*.cpp", "src/*.mpp")