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