2025-05-17 15:26:08 +02:00

14 lines
211 B
Lua

--
-- _modules.lua
-- The list of core modules to preload on startup
-- Copyright (c) 2015 Jess Perkins and the Premake project
--
return {
"gmakelegacy",
"vstudio",
"xcode",
"codelite",
"gmake",
}