mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-05 06:24:47 +00:00
b856281197
Directly taken from https://premake.github.io/. Refs #3729. This was SVN commit r20366.
10 lines
174 B
Lua
10 lines
174 B
Lua
require ("xcode")
|
|
|
|
return {
|
|
"test_header_footer.lua",
|
|
"test_xcode4_project.lua",
|
|
"test_xcode4_workspace.lua",
|
|
"test_xcode_dependencies.lua",
|
|
"test_xcode_project.lua",
|
|
}
|