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

target("mod")
    set_kind("static")
    add_files("src/mod.mpp")