Menu

[da613a]: / library_projs.lua  Maximize  Restore  History

Download this file

17 lines (15 with data), 312 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
local libPremakes =
{
"glload/glload.lua",
"glimg/glimg.lua",
"glfw/glfw.lua",
"freeglut/freeglut.lua",
"glutil/glutil.lua",
"glmesh/glmesh.lua",
"glscene/glscene.lua",
}
for i, luaPremake in ipairs(libPremakes) do
if(#os.matchfiles(luaPremake) ~= 0) then
dofile(luaPremake)
end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.