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

target("hello with spaces")
    set_kind("binary")
    add_files("src/*.cpp", "src/*.mpp")