blob: fdc5ae91c83334b0377faddbe818ec23252de82f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- set description
set_description("The Static Library")
-- set project directory
set_projectdir("project")
-- add macros
add_macros("targetname", "$(targetname)")
-- add macro files
add_macrofiles("xmake.lua")
|