This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/src/_modules.lua
2017-06-19 13:12:05 -07:00

15 lines
214 B
Lua

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