fix: xmake compile
This commit is contained in:
parent
a34251c61e
commit
80cea07a5e
@ -8,6 +8,7 @@ target("tsc")
|
|||||||
add_deps("ofen")
|
add_deps("ofen")
|
||||||
add_deps("trans_util")
|
add_deps("trans_util")
|
||||||
add_deps("trans_net")
|
add_deps("trans_net")
|
||||||
|
add_deps("filecomplete")
|
||||||
|
|
||||||
if is_plat("mingw") then
|
if is_plat("mingw") then
|
||||||
add_links("ws2_32", "wsock32")
|
add_links("ws2_32", "wsock32")
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8789d0695a5d83c1e918a5f7afe851a01d50cb76
|
Subproject commit 3aae41d2e119d2b48b32b892188ae58c7e3c0e8f
|
@ -8,5 +8,5 @@ if is_plat("mingw") then
|
|||||||
end
|
end
|
||||||
add_includedirs("$(projectdir)/3rd", {public = true})
|
add_includedirs("$(projectdir)/3rd", {public = true})
|
||||||
add_includedirs("$(projectdir)/build", {public = true})
|
add_includedirs("$(projectdir)/build", {public = true})
|
||||||
includes("util", "ofen", "net", "server", "client")
|
includes("util", "ofen", "net", "server", "client", "filecomplete")
|
||||||
add_configfiles("config.h.in", {filename = "version.h"})
|
add_configfiles("config.h.in", {filename = "version.h"})
|
Loading…
x
Reference in New Issue
Block a user