summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/user_headerunit2/a/xmake.lua
blob: a3c5906fcef3c187a841ef1b3ab71621acf95720 (plain)
1
2
3
4
5
target("a")
    set_kind("moduleonly")
    add_headerfiles("*.hpp")
    add_files("a.mpp")
    set_languages("cxxlatest")