mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-07-22 15:18:44 +08:00
12 lines
255 B
Lua
12 lines
255 B
Lua
set_project("crossdesk")
|
|
set_license("GPL-3.0-only")
|
|
|
|
includes("xmake/options.lua")
|
|
includes("xmake/platform.lua")
|
|
includes("xmake/rules/slint.lua")
|
|
includes("xmake/targets.lua")
|
|
|
|
setup_options_and_dependencies()
|
|
setup_platform_settings()
|
|
setup_targets()
|