Build/aurora.lua

17 lines
317 B
Lua
Raw Normal View History

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