build: change to xmake mgr.
This commit is contained in:
9
Util/xmake.lua
Normal file
9
Util/xmake.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
add_rules("mode.debug", "mode.release")
|
||||
|
||||
target("Util")
|
||||
add_rules("qt.static")
|
||||
add_includedirs(".", {public = true})
|
||||
add_files("*.cpp")
|
||||
add_files("*.h")
|
||||
add_deps("Protocol")
|
||||
add_frameworks("QtCore")
|
||||
Reference in New Issue
Block a user