mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-03-23 16:47:32 +08:00
11 lines
217 B
Lua
11 lines
217 B
Lua
set_project("crossdesk")
|
|
set_license("LGPL-3.0")
|
|
|
|
includes("xmake/options.lua")
|
|
includes("xmake/platform.lua")
|
|
includes("xmake/targets.lua")
|
|
|
|
setup_options_and_dependencies()
|
|
setup_platform_settings()
|
|
setup_targets()
|