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