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