Build/aurora.lua

16 lines
325 B
Lua

-- If this is your entrypoint, you should consider starting premake from the public/global directory
-- Developers should look to the public/global directory for the user facing API
require("Public.base")
function startSolution(name)
auStartSolution
{
name = name
}
end
require("Core.Legacy.aurora")