2021-11-13 08:31:32 +00:00
|
|
|
--
|
|
|
|
-- If this is your entrypoint, you should consider starting premake from the global directory
|
|
|
|
--
|
2021-05-20 12:56:44 +00:00
|
|
|
|
2021-11-13 08:31:32 +00:00
|
|
|
|
|
|
|
-- Developers should look to the global directory for the user facing API
|
|
|
|
require("Public.base")
|
|
|
|
|
|
|
|
function startSolution(name)
|
|
|
|
auStartSolution
|
|
|
|
{
|
|
|
|
name = name
|
|
|
|
}
|
2021-10-02 16:05:04 +00:00
|
|
|
end
|
|
|
|
|
2021-11-13 08:31:32 +00:00
|
|
|
|
2021-11-16 11:30:51 +00:00
|
|
|
require("Core.Legacy.aurora")
|