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