summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua
blob: add3c6e97ffedd8d7137e311b2aa44bf4f7fe5ce (plain)
1
2
3
4
5
6
7
8
9
10
add_rules("mode.debug", "mode.release")

target("add")
    add_rules("module.binary")
    add_files("src/add.cpp")

target("sub")
    add_rules("module.binary")
    add_files("src/sub.cpp")