summaryrefslogtreecommitdiff
path: root/tests/projects/windows/idl/test_rpc/xmake.lua
blob: 5849946787c3f4517fb98fa91d3fecb244f4316f (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

target("idltest_rpc")
    set_kind("binary")
    add_files("src/*.idl", {client = true, server = true})
    add_files("src/*.c")
    add_syslinks("Rpcrt4")