add example code
This commit is contained in:
9
examples/xmake.lua
Normal file
9
examples/xmake.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
option("examples")
|
||||
set_default(false)
|
||||
set_showmenu(true)
|
||||
set_description("Build examples")
|
||||
option_end()
|
||||
|
||||
if has_config("examples") then
|
||||
includes("*/xmake.lua")
|
||||
end
|
||||
Reference in New Issue
Block a user