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